Skip to content

Commit 1294e2d

Browse files
Update codecov/codecov-action action to v4.6.0 (#2631)
| datasource | package | from | to | | ----------- | ---------------------- | ------ | ------ | | github-tags | codecov/codecov-action | v4.5.0 | v4.6.0 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent adb1482 commit 1294e2d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
run: make unit-test
9494

9595
- name: Upload coverage reports to Codecov
96-
uses: codecov/codecov-action@e28ff129e5465c2c0dcc6f003fc735cb6ae0c673 # v4.5.0
96+
uses: codecov/codecov-action@b9fd7d16f6d7d1b5d2bec1a2887e65ceed900238 # v4.6.0
9797
with:
9898
token: ${{ secrets.CODECOV_TOKEN }}
9999

@@ -121,7 +121,7 @@ jobs:
121121
run: npm --prefix ${{ github.workspace }}/internal/mode/static/nginx/modules install-ci-test
122122

123123
- name: Upload coverage reports to Codecov
124-
uses: codecov/codecov-action@e28ff129e5465c2c0dcc6f003fc735cb6ae0c673 # v4.5.0
124+
uses: codecov/codecov-action@b9fd7d16f6d7d1b5d2bec1a2887e65ceed900238 # v4.6.0
125125
with:
126126
token: ${{ secrets.CODECOV_TOKEN }}
127127

0 commit comments

Comments
 (0)