]> git.ipfire.org Git - thirdparty/zlib-ng.git/commitdiff
Bump codecov/codecov-action from 4 to 5
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sun, 1 Dec 2024 07:13:42 +0000 (07:13 +0000)
committerHans Kristian Rosbach <hk-github@circlestorm.org>
Tue, 3 Dec 2024 20:02:23 +0000 (21:02 +0100)
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] <support@github.com>
.github/workflows/cmake.yml
.github/workflows/pigz.yml

index ed1020df22086d32d4c17aea083651447a2fd58e..a0f3bc57faaf49ec4999217bff35bc78b728c094 100644 (file)
@@ -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 }}
index ac2deffb945b7128b9b03c51647eb0d2b7689593..e207db42fbac3ffa5374f45d2c4834e3c94d733c 100644 (file)
@@ -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 }}