Skip to content

Commit 2562fd1

Browse files
dependabot[bot]Dead2
authored andcommitted
Bump codecov/codecov-action from 4 to 5
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4 to 5. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@v4...v5) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 785444d commit 2562fd1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/cmake.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -762,7 +762,7 @@ jobs:
762762
echo "CODECOV_REPORTS=`ls -p *.xml | grep -v / | tr '\n' ',' | sed 's/,$//g'`" >> $GITHUB_ENV
763763
764764
- name: Upload reports
765-
uses: codecov/codecov-action@v4
765+
uses: codecov/codecov-action@v5
766766
if: (env.CODECOV_TOKEN != '' || github.repository == 'zlib-ng/zlib-ng')
767767
with:
768768
files: ${{ env.CODECOV_REPORTS }}

.github/workflows/pigz.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ jobs:
154154
echo "CODECOV_REPORTS=`ls -p *.xml | grep -v / | tr '\n' ',' | sed 's/,$//g'`" >> $GITHUB_ENV
155155
156156
- name: Upload reports
157-
uses: codecov/codecov-action@v4
157+
uses: codecov/codecov-action@v5
158158
if: (env.CODECOV_TOKEN != '' || github.repository == 'zlib-ng/zlib-ng')
159159
with:
160160
files: ${{ env.CODECOV_REPORTS }}

0 commit comments

Comments
 (0)