Skip to content

Commit 7b63e2d

Browse files
chore(deps): update actions/upload-artifact action to v4.3.3
1 parent ee052fd commit 7b63e2d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/checks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
if: matrix.os == 'ubuntu-latest'
6868

6969
- name: Store coverage report
70-
uses: actions/upload-artifact@v4.3.2
70+
uses: actions/upload-artifact@v4.3.3
7171
if: matrix.os == 'ubuntu-latest'
7272
with:
7373
name: coverage-${{ matrix.python }}
@@ -109,7 +109,7 @@ jobs:
109109
.venv/bin/python -m coverage report --fail-under=100
110110
111111
- name: Upload HTML report if check failed.
112-
uses: actions/upload-artifact@v4.3.2
112+
uses: actions/upload-artifact@v4.3.3
113113
with:
114114
name: html-report
115115
path: htmlcov

0 commit comments

Comments
 (0)