Skip to content

Commit 413213f

Browse files
Update codecov/codecov-action action to v5
| datasource | package | from | to | | ----------- | ---------------------- | ---- | -- | | github-tags | codecov/codecov-action | v4 | v5 |
1 parent 20dc6b7 commit 413213f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
env:
3232
PRISMIC_REPOSITORY: ${{ secrets.PRISMIC_REPOSITORY }}
3333
PRISMIC_TOKEN: ${{ secrets.PRISMIC_TOKEN }}
34-
- uses: codecov/codecov-action@v4
34+
- uses: codecov/codecov-action@v5
3535
with:
3636
token: ${{ secrets.CODECOV_TOKEN }}
3737
file: ./coverage.xml

0 commit comments

Comments
 (0)