Skip to content

Commit

Permalink
Upgrade upload-artifact action to v4 (#1477)
Browse files Browse the repository at this point in the history
  • Loading branch information
4c0n authored Nov 14, 2024
1 parent 686b022 commit 4f01fe8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
run: docker compose -f docker-compose.test.yml run api bash -c "mypy signals | mypy-baseline filter"

- name: Upload coverage report
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: coverage-report
path: /tmp/test/htmlcov/

0 comments on commit 4f01fe8

Please sign in to comment.