Skip to content

Commit

Permalink
Merge pull request #184 from sbrunner/renovate/actions-upload-artifac…
Browse files Browse the repository at this point in the history
…t-3.x

Update actions/upload-artifact action to v3
  • Loading branch information
sbrunner authored Apr 18, 2022
2 parents 7314ed9 + 40b3fc9 commit 4946e8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
poetry run coverage report &&
poetry run coverage html --directory=results/coverage
- uses: actions/upload-artifact@v1
- uses: actions/upload-artifact@v3
with:
name: Test results
path: results/test-reports
Expand Down

0 comments on commit 4946e8e

Please sign in to comment.