From 2e9d3c49fc6e88cd75626fb69e7f125402dd5e95 Mon Sep 17 00:00:00 2001 From: Tomas Mraz Date: Mon, 8 Apr 2024 17:29:51 +0200 Subject: 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) --- .github/workflows/provider-compatibility.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/provider-compatibility.yml b/.github/workflows/provider-compatibility.yml index 982ab21a09..8fc125cbd8 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 -- cgit v1.2.3