summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTomas Mraz <tomas@openssl.org>2024-04-08 17:29:51 +0200
committerTomas Mraz <tomas@openssl.org>2024-04-10 09:14:10 +0200
commit2e9d3c49fc6e88cd75626fb69e7f125402dd5e95 (patch)
tree1f9c2020815cabda2e4a41c08bb55670413594d6
parent7d2c8fc3be331b4ce2b06d819e4934e473aa321d (diff)
Downgrade also the download-artifact action
It has to have the same version as upload-artifact. Reviewed-by: Neil Horman <nhorman@openssl.org> Reviewed-by: Shane Lontis <shane.lontis@oracle.com> Reviewed-by: Paul Dale <ppzgs1@gmail.com> (Merged from https://github.com/openssl/openssl/pull/24065) (cherry picked from commit 65fe3e846f7c34f68ce82c6e9501d7309d196e06)
-rw-r--r--.github/workflows/provider-compatibility.yml4
1 files 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