Skip to content

Commit 09f8fb8

Browse files
deps: update codecov/codecov-action action to v7 (#1440)
1 parent cbbc647 commit 09f8fb8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
if: >
4848
!startsWith(github.head_ref, 'renovate/') &&
4949
!startsWith(github.head_ref, 'releaser-pleaser--')
50-
uses: codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354 # v6
50+
uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v7
5151
with:
5252
token: ${{ secrets.CODECOV_TOKEN }}
5353
flags: unit
@@ -78,7 +78,7 @@ jobs:
7878
if: >
7979
!startsWith(github.head_ref, 'renovate/') &&
8080
!startsWith(github.head_ref, 'release-please--')
81-
uses: codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354 # v6
81+
uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v7
8282
with:
8383
token: ${{ secrets.CODECOV_TOKEN }}
8484
flags: e2e

0 commit comments

Comments
 (0)