Skip to content

Commit

Permalink
Merge pull request #11440 from greg0ire/update-codecov
Browse files Browse the repository at this point in the history
Upgrade codecov/codecov-action
  • Loading branch information
greg0ire committed May 5, 2024
2 parents 94986af + e6bb4ef commit 9ab84f7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/continuous-integration.yml
Expand Up @@ -377,6 +377,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 9ab84f7

Please sign in to comment.