From 2562fd1fb3a229517945073b3ee5eb2b8efcfd09 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 07:13:42 +0000 Subject: [PATCH] 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] --- .github/workflows/cmake.yml | 2 +- .github/workflows/pigz.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 }} -- 2.47.2