]> git.ipfire.org Git - thirdparty/zlib-ng.git/commitdiff
Bump actions/upload-artifact from 6 to 7
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sun, 1 Mar 2026 07:03:56 +0000 (07:03 +0000)
committerHans Kristian Rosbach <hk-github@circlestorm.org>
Sun, 1 Mar 2026 12:50:50 +0000 (13:50 +0100)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 6 to 7.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v6...v7)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-version: '7'
  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/osb.yml
.github/workflows/pigz.yml
.github/workflows/pkgcheck.yml

index 5cb70e879cc494e420a4bbe9da3ec828eab83536..9d7474d7b2aa83c99c528f9c17374a190755b67b 100644 (file)
@@ -880,7 +880,7 @@ jobs:
           --xml --output ${{ matrix.codecov }}.xml
 
     - name: Upload coverage report artifact
-      uses: actions/upload-artifact@v6
+      uses: actions/upload-artifact@v7
       if: matrix.codecov
       with:
         name: ${{ matrix.name }} (coverage)
@@ -908,7 +908,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@v6
+      uses: actions/upload-artifact@v7
       if: failure()
       with:
         name: ${{ matrix.name }} (cmake)
index 35fe14bcd1c5e1f350a0734a3f6197c1768dd2f5..236928170d8f072c3d9931ed6f4b14556eb92f79 100644 (file)
@@ -290,7 +290,7 @@ jobs:
       working-directory: ${{ matrix.build-dir }}
 
     - name: Upload build errors
-      uses: actions/upload-artifact@v6
+      uses: actions/upload-artifact@v7
       if: failure()
       with:
         name: ${{ matrix.name }} (configure)
index 03ca373c64cddba93f3f678fe5d44548acb97bcf..7bb94c67030acc5309bc81f9fd8d99b5fc2be483 100644 (file)
@@ -32,7 +32,7 @@ jobs:
         dry-run: false
 
     - name: Upload Crash
-      uses: actions/upload-artifact@v6
+      uses: actions/upload-artifact@v7
       if: failure()
       with:
         name: artifacts
index e11a2c1d31e5d44b23c4784fa820ab743ac4bac4..726bffd266b9ff1dcdef7e6e2e34ec976e8dd110 100644 (file)
@@ -33,7 +33,7 @@ jobs:
       run: cmake --build native -j2 --config Release
 
     - name: Upload build errors
-      uses: actions/upload-artifact@v6
+      uses: actions/upload-artifact@v7
       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@v6
+      uses: actions/upload-artifact@v7
       if: failure()
       with:
         name: Link zlib-ng compat (CMake Logs)
index df499ff9557b90ba84c3b5bc7eca89d28440499d..a6278f90013b311ec0d60e3934f087818fa96d0a 100644 (file)
@@ -61,7 +61,7 @@ jobs:
       run: chmod -R +w .
 
     - name: Upload build errors
-      uses: actions/upload-artifact@v6
+      uses: actions/upload-artifact@v7
       if: failure()
       with:
         name: ${{ matrix.name }}
index 3756d5a3c155581a1d914f8e0f66a4254f7fb9cd..5c233ec91bbb34213d2dc8b0aeb871572680328d 100644 (file)
@@ -116,7 +116,7 @@ jobs:
           --xml --output ${{ matrix.codecov }}.xml
 
     - name: Upload coverage report artifact
-      uses: actions/upload-artifact@v6
+      uses: actions/upload-artifact@v7
       if: matrix.codecov
       with:
         name: ${{ matrix.name }} (coverage)
@@ -124,7 +124,7 @@ jobs:
         retention-days: 1
 
     - name: Upload build errors
-      uses: actions/upload-artifact@v6
+      uses: actions/upload-artifact@v7
       if: failure()
       with:
         name: ${{ matrix.name }} (cmake)
index d38000d476cc024c36a5d133273e19ce99a1b1f1..c8d14ceb66a406fcde02a96bad324f07aa12b78a 100644 (file)
@@ -180,7 +180,7 @@ jobs:
         LDFLAGS: ${{ matrix.ldflags }}
 
     - name: Upload build errors
-      uses: actions/upload-artifact@v6
+      uses: actions/upload-artifact@v7
       if: failure()
       with:
         name: ${{ matrix.name }}