Skip to content

Commit

Permalink
upload-artifact@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
marcin-usielski committed Sep 20, 2024
1 parent 3ec8d09 commit f36e7ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
run: |
coverage report -m --fail-under=100 --include="moler/events/**/*.py"
- name: Upload pytest test results
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
if: failure()
with:
name: pytest-${{ matrix.os }}-${{ matrix.python-version }}
Expand Down

0 comments on commit f36e7ca

Please sign in to comment.