]> git.ipfire.org Git - thirdparty/zlib-ng.git/commitdiff
Bump actions/upload-artifact from 4 to 5
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sat, 1 Nov 2025 07:04:10 +0000 (07:04 +0000)
committerHans Kristian Rosbach <hk-github@circlestorm.org>
Sat, 1 Nov 2025 11:15:25 +0000 (12:15 +0100)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v4...v5)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
.github/workflows/cmake.yml
.github/workflows/configure.yml
.github/workflows/fuzz.yml
.github/workflows/link.yml
.github/workflows/pigz.yml
.github/workflows/pkgcheck.yml

index 513a2806c73c0472178c1efa4d553e0efa86d31a..6317954f8d80568ea0166611e7ac56a279b2873a 100644 (file)
@@ -845,7 +845,7 @@ jobs:
           --xml --output ${{ matrix.codecov }}.xml
 
     - name: Upload coverage report artifact
-      uses: actions/upload-artifact@v4
+      uses: actions/upload-artifact@v5
       if: matrix.codecov
       with:
         name: ${{ matrix.name }} (coverage)
@@ -864,7 +864,7 @@ jobs:
         UBSAN_OPTIONS: ${{ matrix.ubsan-options || 'verbosity=0' }}:print_stacktrace=1:abort_on_error=1:halt_on_error=1
 
     - name: Upload build errors
-      uses: actions/upload-artifact@v4
+      uses: actions/upload-artifact@v5
       if: failure()
       with:
         name: ${{ matrix.name }} (cmake)
index 34cabf7076800bac9c458d2ae7f6e3f77e44f31f..3b99ed88c598b08e07dee1ef0caf3e439a6b11d9 100644 (file)
@@ -319,7 +319,7 @@ jobs:
       working-directory: ${{ matrix.build-dir }}
 
     - name: Upload build errors
-      uses: actions/upload-artifact@v4
+      uses: actions/upload-artifact@v5
       if: failure()
       with:
         name: ${{ matrix.name }} (configure)
index 376d988b56ba0992604353cc3d5a3812fecae182..cbea91006ab700b7952be0ddc36a52ae00eae87b 100644 (file)
@@ -31,7 +31,7 @@ jobs:
         dry-run: false
 
     - name: Upload Crash
-      uses: actions/upload-artifact@v4
+      uses: actions/upload-artifact@v5
       if: failure()
       with:
         name: artifacts
index e7d716271657604af77aa6427a0ef6a05440bc8a..191b1c8d54165dcc0c21340d7e944245c0a7b53e 100644 (file)
@@ -33,7 +33,7 @@ jobs:
       run: cmake --build native -j2 --config Release
 
     - name: Upload build errors
-      uses: actions/upload-artifact@v4
+      uses: actions/upload-artifact@v5
       if: failure()
       with:
         name: Link zlib (CMake Logs)
@@ -64,7 +64,7 @@ jobs:
       run: cmake --build native -j2 --config Release
 
     - name: Upload build errors
-      uses: actions/upload-artifact@v4
+      uses: actions/upload-artifact@v5
       if: failure()
       with:
         name: Link zlib-ng compat (CMake Logs)
index 6622bf7bce0e9755ab89b27713f51869328e2a2a..d8a433fd712862036bd010d8b2be38ea4a0c347c 100644 (file)
@@ -113,7 +113,7 @@ jobs:
           --xml --output ${{ matrix.codecov }}.xml
 
     - name: Upload coverage report artifact
-      uses: actions/upload-artifact@v4
+      uses: actions/upload-artifact@v5
       if: matrix.codecov
       with:
         name: ${{ matrix.name }} (coverage)
@@ -121,7 +121,7 @@ jobs:
         retention-days: 1
 
     - name: Upload build errors
-      uses: actions/upload-artifact@v4
+      uses: actions/upload-artifact@v5
       if: failure()
       with:
         name: ${{ matrix.name }} (cmake)
index 3ec5461f84c51e024b0f76dcbd862207ecece0da..d0cfb33a82edd37a3053a84bdca9fc6e351bebe1 100644 (file)
@@ -180,7 +180,7 @@ jobs:
         LDFLAGS: ${{ matrix.ldflags }}
 
     - name: Upload build errors
-      uses: actions/upload-artifact@v4
+      uses: actions/upload-artifact@v5
       if: failure()
       with:
         name: ${{ matrix.name }}