Skip to content

Commit de29323

Browse files
chore(deps): update codecov/codecov-action action to v5
1 parent 637aca0 commit de29323

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
go-version: 1.24.6
3535
- name: Test
3636
run: make test
37-
- uses: codecov/codecov-action@v4.6.0
37+
- uses: codecov/codecov-action@v5.5.1
3838
with:
3939
token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos
4040
files: ./cover.out # optional

.github/workflows/ci-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
go-version: 1.24.6
3232
- name: Test
3333
run: make test
34-
- uses: codecov/codecov-action@v4.6.0
34+
- uses: codecov/codecov-action@v5.5.1
3535
with:
3636
token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos
3737
files: ./cover.out # optional

0 commit comments

Comments
 (0)