Skip to content

Commit 502a81f

Browse files
Update actions/upload-artifact action to v4
1 parent 12ed757 commit 502a81f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/verify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ jobs:
240240
. venv/bin/activate
241241
pytest --log-level info tests/*.py --cov='.'
242242
- name: Upload coverage artifact
243-
uses: actions/upload-artifact@v3
243+
uses: actions/upload-artifact@v4
244244
with:
245245
name: coverage-${{ matrix.python-version }}
246246
path: .coverage

0 commit comments

Comments
 (0)