From: Thomas Weißschuh Date: Mon, 16 Sep 2024 17:55:46 +0000 (+0200) Subject: ci: use upload action v4 X-Git-Tag: v2.42-start~209 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=20d0c0cd847665e543a0c7e7bd65b210e0a90d61;p=thirdparty%2Futil-linux.git ci: use upload action v4 The used v1 is deprecated and its usage generates errors. Use the current v4 instead. Signed-off-by: Thomas Weißschuh --- diff --git a/.github/workflows/cifuzz.yml b/.github/workflows/cifuzz.yml index 25a8dd71c..e4777eb18 100644 --- a/.github/workflows/cifuzz.yml +++ b/.github/workflows/cifuzz.yml @@ -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