]> git.ipfire.org Git - thirdparty/zlib-ng.git/commitdiff
Bump actions/upload-artifact from 5 to 6
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Thu, 1 Jan 2026 07:04:31 +0000 (07:04 +0000)
committerHans Kristian Rosbach <hk-github@circlestorm.org>
Tue, 6 Jan 2026 14:13:40 +0000 (15:13 +0100)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 5 to 6.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v5...v6)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-version: '6'
  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 6159a9d3795e7743205db58b35cf1e5e0a53237a..35a6f7e0b8a4eb8c926149a1aefdda763becceff 100644 (file)
@@ -845,7 +845,7 @@ jobs:
           --xml --output ${{ matrix.codecov }}.xml
 
     - name: Upload coverage report artifact
-      uses: actions/upload-artifact@v5
+      uses: actions/upload-artifact@v6
       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@v5
+      uses: actions/upload-artifact@v6
       if: failure()
       with:
         name: ${{ matrix.name }} (cmake)
index 41cebca8d510ea4ba4210ea1b11e72c1b6ae6f07..46a9e5655b5ba7dda900b976b9520242539069b2 100644 (file)
@@ -319,7 +319,7 @@ jobs:
       working-directory: ${{ matrix.build-dir }}
 
     - name: Upload build errors
-      uses: actions/upload-artifact@v5
+      uses: actions/upload-artifact@v6
       if: failure()
       with:
         name: ${{ matrix.name }} (configure)
index cbea91006ab700b7952be0ddc36a52ae00eae87b..03d94b34c483803181264168d1725f65863aeac0 100644 (file)
@@ -31,7 +31,7 @@ jobs:
         dry-run: false
 
     - name: Upload Crash
-      uses: actions/upload-artifact@v5
+      uses: actions/upload-artifact@v6
       if: failure()
       with:
         name: artifacts
index eb9bf288080637533bcebb68a7161ef5bdb7baf1..bb4b2f5c97b97585a1880e10031af9d7ad589284 100644 (file)
@@ -33,7 +33,7 @@ jobs:
       run: cmake --build native -j2 --config Release
 
     - name: Upload build errors
-      uses: actions/upload-artifact@v5
+      uses: actions/upload-artifact@v6
       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@v5
+      uses: actions/upload-artifact@v6
       if: failure()
       with:
         name: Link zlib-ng compat (CMake Logs)
index 95d45467351e659c4fdca224c1017798f2c5ced3..8fd27ed32ed56e0531b466164966e1fcaf77d715 100644 (file)
@@ -113,7 +113,7 @@ jobs:
           --xml --output ${{ matrix.codecov }}.xml
 
     - name: Upload coverage report artifact
-      uses: actions/upload-artifact@v5
+      uses: actions/upload-artifact@v6
       if: matrix.codecov
       with:
         name: ${{ matrix.name }} (coverage)
@@ -121,7 +121,7 @@ jobs:
         retention-days: 1
 
     - name: Upload build errors
-      uses: actions/upload-artifact@v5
+      uses: actions/upload-artifact@v6
       if: failure()
       with:
         name: ${{ matrix.name }} (cmake)
index cd01eef53f46bc5ca81069165bc0ea318a956b53..3399a10bb790865315012ddae53732b29cfca203 100644 (file)
@@ -180,7 +180,7 @@ jobs:
         LDFLAGS: ${{ matrix.ldflags }}
 
     - name: Upload build errors
-      uses: actions/upload-artifact@v5
+      uses: actions/upload-artifact@v6
       if: failure()
       with:
         name: ${{ matrix.name }}