Skip to content

Commit b0b665d

Browse files
deps: update codecov/codecov-action action to v6
1 parent d52bba0 commit b0b665d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131

3232
- run: make test
3333

34-
- uses: codecov/codecov-action@v5
34+
- uses: codecov/codecov-action@v6
3535
if: >
3636
!startsWith(github.head_ref, 'renovate/') &&
3737
!startsWith(github.head_ref, 'releaser-pleaser--')
@@ -62,7 +62,7 @@ jobs:
6262

6363
- run: make testacc
6464

65-
- uses: codecov/codecov-action@v5
65+
- uses: codecov/codecov-action@v6
6666
if: >
6767
!startsWith(github.head_ref, 'renovate/') &&
6868
!startsWith(github.head_ref, 'releaser-pleaser--')

0 commit comments

Comments
 (0)