From: Tomas Mraz Date: Mon, 8 Apr 2024 15:29:51 +0000 (+0200) Subject: Downgrade also the download-artifact action X-Git-Tag: openssl-3.3.1~109 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b89ebabb117d4a253641d0b25556e4179e835aad;p=thirdparty%2Fopenssl.git Downgrade also the download-artifact action It has to have the same version as upload-artifact. Reviewed-by: Neil Horman Reviewed-by: Shane Lontis Reviewed-by: Paul Dale (Merged from https://github.com/openssl/openssl/pull/24065) (cherry picked from commit 65fe3e846f7c34f68ce82c6e9501d7309d196e06) --- diff --git a/.github/workflows/provider-compatibility.yml b/.github/workflows/provider-compatibility.yml index d44658e122f..5fca3c55943 100644 --- a/.github/workflows/provider-compatibility.yml +++ b/.github/workflows/provider-compatibility.yml @@ -201,7 +201,7 @@ jobs: fi continue-on-error: true - - uses: actions/download-artifact@v4 + - uses: actions/download-artifact@v3 if: steps.early_exit.outcome == 'success' with: name: ${{ matrix.tree_a }}.tar.gz @@ -209,7 +209,7 @@ jobs: if: steps.early_exit.outcome == 'success' run: tar xzf "${{ matrix.tree_a }}.tar.gz" - - uses: actions/download-artifact@v4 + - uses: actions/download-artifact@v3 if: steps.early_exit.outcome == 'success' with: name: ${{ matrix.tree_b }}.tar.gz