Skip to content

Commit

Permalink
Don't use upload-artifact@v3
Browse files Browse the repository at this point in the history
  • Loading branch information
twm committed Jul 20, 2024
1 parent d68f189 commit f0b9374
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ jobs:
- name: Upload HTML report on failure
if: ${{ failure() }}
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: html-report
path: htmlcov

0 comments on commit f0b9374

Please sign in to comment.