]> git.ipfire.org Git - thirdparty/zlib-ng.git/commitdiff
Update to actions/upload-artifact@v3
authorHans Kristian Rosbach <hk-git@circlestorm.org>
Tue, 7 Feb 2023 16:10:06 +0000 (17:10 +0100)
committerHans Kristian Rosbach <hk-github@circlestorm.org>
Wed, 8 Feb 2023 11:26:23 +0000 (12:26 +0100)
.github/workflows/configure.yml
.github/workflows/fuzz.yml
.github/workflows/link.yml
.github/workflows/pigz.yml
.github/workflows/pkgcheck.yml

index c2927f73b37b0204d38a5a91f75b04e832d8031a..634ba98a1a828d90a8c7f6a84cbe1a8e15abf72e 100644 (file)
@@ -220,7 +220,7 @@ jobs:
       working-directory: ${{ matrix.build-dir }}
 
     - name: Upload build errors
-      uses: actions/upload-artifact@v2
+      uses: actions/upload-artifact@v3
       if: failure()
       with:
         name: ${{ matrix.name }} (configure)
index b108461033690b3aecfc6184a249b5a22ae9a473..95d64e67aef2d2cc0849eef0d43aeb43c7e04b20 100644 (file)
@@ -29,7 +29,7 @@ jobs:
         dry-run: false
 
     - name: Upload Crash
-      uses: actions/upload-artifact@v1
+      uses: actions/upload-artifact@v3
       if: failure()
       with:
         name: artifacts
index 0ac4f5cff411a864bdc55cdf9e197fcef81fafbd..918720f517e0e3a338d32db8b0ecf26d793a2ab6 100644 (file)
@@ -27,7 +27,7 @@ jobs:
       run: cmake --build native --config Release
 
     - name: Upload build errors
-      uses: actions/upload-artifact@v2
+      uses: actions/upload-artifact@v3
       if: failure()
       with:
         name: Link zlib (CMake Logs)
@@ -56,7 +56,7 @@ jobs:
       run: cmake --build native --config Release
 
     - name: Upload build errors
-      uses: actions/upload-artifact@v2
+      uses: actions/upload-artifact@v3
       if: failure()
       with:
         name: Link zlib-ng compat (CMake Logs)
index 4400892440024a75a28771ea2f4048686a0870aa..15108a2feb2d97faecaba5229e3fab69f4b66198 100644 (file)
@@ -111,7 +111,7 @@ jobs:
         CODECOV_TOKEN: ${{secrets.CODECOV_TOKEN}}
 
     - name: Upload build errors
-      uses: actions/upload-artifact@v2
+      uses: actions/upload-artifact@v3
       if: failure()
       with:
         name: ${{ matrix.name }} (cmake)
index 180c2433baaf59b6c3def7356606e3b942eab709..0bb97fd843e43e97ec017260cbc889c7292f9e02 100644 (file)
@@ -153,7 +153,7 @@ jobs:
         LDFLAGS: ${{ matrix.ldflags }}
 
     - name: Upload build errors
-      uses: actions/upload-artifact@v2
+      uses: actions/upload-artifact@v3
       if: failure()
       with:
         name: ${{ matrix.name }}