From: Richard Levitte Date: Mon, 11 Nov 2024 10:45:49 +0000 (+0100) Subject: Upgrade action/{upload,download}-artifact to v4 X-Git-Tag: openssl-3.2.4~8 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=9cdaa3def442e8fd89ec898616760b21016e65fc;p=thirdparty%2Fopenssl.git Upgrade action/{upload,download}-artifact to v4 Reviewed-by: Tomas Mraz Reviewed-by: Tom Cosgrove Reviewed-by: Bernd Edlinger (Merged from https://github.com/openssl/openssl/pull/25923) --- diff --git a/.github/workflows/fips-checksums.yml b/.github/workflows/fips-checksums.yml index 38086cc50fe..846a8468412 100644 --- a/.github/workflows/fips-checksums.yml +++ b/.github/workflows/fips-checksums.yml @@ -69,7 +69,7 @@ jobs: - name: save PR number run: echo ${{ github.event.number }} > ./artifact/pr_num - name: save artifact - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: fips_checksum path: artifact/ diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 1214641901e..06686a9f480 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -26,7 +26,7 @@ jobs: fuzz-seconds: 600 dry-run: false - name: Upload Crash - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 if: failure() with: name: artifacts