Skip to content

Commit

Permalink
Upgrade Codecov action manually
Browse files Browse the repository at this point in the history
Dependabot will not be able to do this.
  • Loading branch information
greg0ire committed May 4, 2024
1 parent 29f7427 commit 6565b8e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,8 @@ jobs:
path: "reports"

- name: "Upload to Codecov"
uses: "codecov/codecov-action@v3"
uses: "codecov/codecov-action@v4"
with:
directory: reports
env:
CODECOV_TOKEN: "${{ secrets.CODECOV_TOKEN }}"

0 comments on commit 6565b8e

Please sign in to comment.