Skip to content

Commit

Permalink
Downgrade also the download-artifact action
Browse files Browse the repository at this point in the history
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 #24065)

(cherry picked from commit 65fe3e8)
  • Loading branch information
t8m committed Apr 10, 2024
1 parent 2d1508f commit b89ebab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/provider-compatibility.yml
Original file line number Diff line number Diff line change
Expand Up @@ -201,15 +201,15 @@ 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
- name: unpack first build
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
Expand Down

0 comments on commit b89ebab

Please sign in to comment.