]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
ci: use upload action v4
authorThomas Weißschuh <thomas@t-8ch.de>
Mon, 16 Sep 2024 17:55:46 +0000 (19:55 +0200)
committerThomas Weißschuh <thomas@t-8ch.de>
Mon, 16 Sep 2024 17:55:46 +0000 (19:55 +0200)
The used v1 is deprecated and its usage generates errors.
Use the current v4 instead.

Signed-off-by: Thomas Weißschuh <thomas@t-8ch.de>
.github/workflows/cifuzz.yml

index 25a8dd71cf850891476887ac8ea9a91fcee80f61..e4777eb182ca6c0a36f34f9a5a4096d6ba988044 100644 (file)
@@ -52,7 +52,7 @@ jobs:
           dry-run: false
           sanitizer: ${{ matrix.sanitizer }}
       - name: Upload Crash
-        uses: actions/upload-artifact@v1
+        uses: actions/upload-artifact@v4
         if: failure() && steps.build.outcome == 'success'
         with:
           name: ${{ matrix.sanitizer }}-${{ matrix.architecture }}-artifacts