Skip to content

Commit

Permalink
chore(deps): bump actions/upload-artifact from 2 to 3 in the github-a…
Browse files Browse the repository at this point in the history
…ctions group

A smaller step towards:
* h2non#182 

This one should pass.
  • Loading branch information
cclauss authored Aug 28, 2024
1 parent cd3441f commit 82369cc
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 82369cc

Please sign in to comment.