Skip to content

Commit 1b42270

Browse files
authored
Merge pull request #973 from gotify/renovate/codecov-codecov-action-7.x
chore(deps): update codecov/codecov-action action to v7
2 parents a1329c8 + 57750ae commit 1b42270

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- run: make download-tools
2626
- run: make test
2727
- run: make check-ci
28-
- uses: codecov/codecov-action@v6
28+
- uses: codecov/codecov-action@v7
2929
with:
3030
token: ${{ secrets.CODECOV_TOKEN }}
3131
- if: startsWith(github.ref, 'refs/tags/v')

0 commit comments

Comments
 (0)