Skip to content

Commit

Permalink
Merge pull request #183 from cclauss/patch-1
Browse files Browse the repository at this point in the history
chore(deps): bump actions/upload-artifact from 2 to 3
  • Loading branch information
h2non authored Sep 4, 2024
2 parents cd3441f + 82369cc commit 0c7f219
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:

- name: HTML coverage reports
if: always()
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: coverage_${{ matrix.python-version }}
path: coverage

0 comments on commit 0c7f219

Please sign in to comment.