Skip to content

Commit

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

Update actions/upload-artifact action to v4
  • Loading branch information
sbrunner authored Jan 5, 2024
2 parents 1f8bd79 + 04cad0e commit 32304ea
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 @@ -57,7 +57,7 @@ jobs:
poetry run coverage report
poetry run coverage html --directory=results/coverage
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: Test results
path: results
Expand Down

0 comments on commit 32304ea

Please sign in to comment.