Skip to content

Commit fffe122

Browse files
ci: bump codecov/codecov-action from 5 to 6 (#1023)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent eaa5119 commit fffe122

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/contracts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ jobs:
128128

129129
- name: Upload coverage report to Codecov
130130
if: steps.check-changes.outputs.changed == 'true' && env.CODECOV_TOKEN != ''
131-
uses: codecov/codecov-action@v5
131+
uses: codecov/codecov-action@v6
132132
with:
133133
files: ./lcov.info
134134
token: ${{ secrets.CODECOV_TOKEN }}

.github/workflows/sdk.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
if: env.CODECOV_TOKEN != ''
4646
env:
4747
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
48-
uses: codecov/codecov-action@v5
48+
uses: codecov/codecov-action@v6
4949
with:
5050
files: ./sdk/lcov.info
5151
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)