Skip to content

Commit

Permalink
Merge pull request #548 from netglue/renovate/codecov-codecov-action-5.x
Browse files Browse the repository at this point in the history
Update codecov/codecov-action action to v5
  • Loading branch information
gsteel authored Dec 13, 2024
2 parents e5a15e8 + 32ae0d2 commit d8bc02b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
PRISMIC_REPO: ${{ secrets.PRISMIC_REPO }}
PRISMIC_TOKEN: ${{ secrets.PRISMIC_TOKEN }}

- uses: codecov/codecov-action@v4
- uses: codecov/codecov-action@v5
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: ./coverage.xml
Expand Down

0 comments on commit d8bc02b

Please sign in to comment.