]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
Downgrade also the download-artifact action
authorTomas Mraz <tomas@openssl.org>
Mon, 8 Apr 2024 15:29:51 +0000 (17:29 +0200)
committerTomas Mraz <tomas@openssl.org>
Wed, 10 Apr 2024 07:10:45 +0000 (09:10 +0200)
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)

.github/workflows/provider-compatibility.yml

index 982ab21a093bfd1724fb24d22bc6a642e66a9c41..8fc125cbd83e5c07330b9f44f442d19ab70a79d9 100644 (file)
@@ -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