mirror of
https://github.com/openssl/openssl.git
synced 2025-03-07 19:38:33 +08:00
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)
This commit is contained in:
parent
309c7ffd17
commit
65fe3e846f
4
.github/workflows/provider-compatibility.yml
vendored
4
.github/workflows/provider-compatibility.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user