Skip to content

Commit

Permalink
Also bump upload-artifact to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
lazorchakp committed Sep 4, 2024
1 parent 75e1b27 commit 689e419
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
TOX_COV_SUFFIX: py${{ matrix.python-version }}
run: tox -e pytest
- name: Upload coverage
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
path: .coverage.py${{ matrix.python-version }}

Expand Down

0 comments on commit 689e419

Please sign in to comment.