Skip to content

Commit 2eee800

Browse files
chore(deps): update codecov/codecov-action action to v5 (#732)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent bf177f2 commit 2eee800

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- run: make download-tools
2424
- run: make test
2525
- run: make check-ci
26-
- uses: codecov/codecov-action@v4
26+
- uses: codecov/codecov-action@v5
2727
with:
2828
token: ${{ secrets.CODECOV_TOKEN }}
2929
- if: startsWith(github.ref, 'refs/tags/v')

0 commit comments

Comments
 (0)