From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 07:13:42 +0000 (+0000) Subject: Bump codecov/codecov-action from 4 to 5 X-Git-Tag: 2.2.3~20 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2562fd1fb3a229517945073b3ee5eb2b8efcfd09;p=thirdparty%2Fzlib-ng.git 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](https://github.com/codecov/codecov-action/compare/v4...v5) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index ed1020df..a0f3bc57 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -762,7 +762,7 @@ jobs: echo "CODECOV_REPORTS=`ls -p *.xml | grep -v / | tr '\n' ',' | sed 's/,$//g'`" >> $GITHUB_ENV - name: Upload reports - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 if: (env.CODECOV_TOKEN != '' || github.repository == 'zlib-ng/zlib-ng') with: files: ${{ env.CODECOV_REPORTS }} diff --git a/.github/workflows/pigz.yml b/.github/workflows/pigz.yml index ac2deffb..e207db42 100644 --- a/.github/workflows/pigz.yml +++ b/.github/workflows/pigz.yml @@ -154,7 +154,7 @@ jobs: echo "CODECOV_REPORTS=`ls -p *.xml | grep -v / | tr '\n' ',' | sed 's/,$//g'`" >> $GITHUB_ENV - name: Upload reports - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 if: (env.CODECOV_TOKEN != '' || github.repository == 'zlib-ng/zlib-ng') with: files: ${{ env.CODECOV_REPORTS }}