]> git.ipfire.org Git - thirdparty/zlib-ng.git/commitdiff
Bump actions/upload-artifact from 3 to 4
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Thu, 22 Feb 2024 13:06:28 +0000 (13:06 +0000)
committerHans Kristian Rosbach <hk-github@circlestorm.org>
Thu, 22 Feb 2024 19:18:30 +0000 (20:18 +0100)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v3...v4)

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

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

index 15b0189cbcbeb16ff12ba8b728b664bd8cf8bc4c..2910c5c4aa33a4e4f12b5c4d61207dc60abe321c 100644 (file)
@@ -255,7 +255,7 @@ jobs:
       working-directory: ${{ matrix.build-dir }}
 
     - name: Upload build errors
-      uses: actions/upload-artifact@v3
+      uses: actions/upload-artifact@v4
       if: failure()
       with:
         name: ${{ matrix.name }} (configure)
index 6525f84c5eaaed4a9e704abeaa865e5167957ae9..376d988b56ba0992604353cc3d5a3812fecae182 100644 (file)
@@ -31,7 +31,7 @@ jobs:
         dry-run: false
 
     - name: Upload Crash
-      uses: actions/upload-artifact@v3
+      uses: actions/upload-artifact@v4
       if: failure()
       with:
         name: artifacts
index 9c4291601428961b0cdb0aa5a251f10acd0506d5..510e6947aa24585b9bda8d61d2d3cf92c038d14c 100644 (file)
@@ -33,7 +33,7 @@ jobs:
       run: cmake --build native -j2 --config Release
 
     - name: Upload build errors
-      uses: actions/upload-artifact@v3
+      uses: actions/upload-artifact@v4
       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@v3
+      uses: actions/upload-artifact@v4
       if: failure()
       with:
         name: Link zlib-ng compat (CMake Logs)
index afcdabf599223f25f852ebba691463f7e845e5f0..139f528182789e9d4185cbc66f94109f24b34d31 100644 (file)
@@ -121,7 +121,7 @@ jobs:
         retention-days: 1
 
     - name: Upload build errors
-      uses: actions/upload-artifact@v3
+      uses: actions/upload-artifact@v4
       if: failure()
       with:
         name: ${{ matrix.name }} (cmake)
index b2f952035b998b837f10815e303cfd0ef273478b..2d2692f2dbb4fea8558b04defb99be97f3899334 100644 (file)
@@ -175,7 +175,7 @@ jobs:
         LDFLAGS: ${{ matrix.ldflags }}
 
     - name: Upload build errors
-      uses: actions/upload-artifact@v3
+      uses: actions/upload-artifact@v4
       if: failure()
       with:
         name: ${{ matrix.name }}