From: Dmitry Misharov Date: Wed, 3 Apr 2024 11:47:39 +0000 (+0200) Subject: downgrade upload-artifact action to v3 X-Git-Tag: openssl-3.0.14~65 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3cd67d10b6bd182a8006dfc04bb48d4dedce82e5;p=thirdparty%2Fopenssl.git downgrade upload-artifact action to v3 GitHub Enterpise Server is not compatible with upload-artifact@v4+. https://github.com/actions/upload-artifact/tree/v4 Reviewed-by: Hugo Landau Reviewed-by: Neil Horman Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/24029) (cherry picked from commit 089271601a1d085f33ef7b7d8c3b6879045be370) --- diff --git a/.github/workflows/fips-checksums.yml b/.github/workflows/fips-checksums.yml index a9777a23943..1b56755bfbb 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@v4 + uses: actions/upload-artifact@v3 with: name: fips_checksum path: artifact/ diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 1d187f0dd22..5850c0e4f3a 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@v4 + uses: actions/upload-artifact@v3 if: failure() with: name: artifacts