build(deps): bump actions/download-artifact in /.github/workflows

Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4.1.7.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](https://github.com/actions/download-artifact/compare/v3...v4.1.7)

---
updated-dependencies:
- dependency-name: actions/download-artifact
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
CLA: trivial

Reviewed-by: Paul Dale <ppzgs1@gmail.com>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/25374)
This commit is contained in:
dependabot[bot] 2024-09-03 22:45:53 +00:00 committed by Tomas Mraz
parent bbe4571f57
commit 2a6305dfcd
2 changed files with 4 additions and 4 deletions

View File

@ -218,7 +218,7 @@ jobs:
fi
continue-on-error: true
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4.1.7
if: steps.early_exit.outcome == 'success'
with:
name: ${{ matrix.tree_a }}.tar.gz
@ -226,7 +226,7 @@ jobs:
if: steps.early_exit.outcome == 'success'
run: tar xzf "${{ matrix.tree_a }}.tar.gz"
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4.1.7
if: steps.early_exit.outcome == 'success'
with:
name: ${{ matrix.tree_b }}.tar.gz

View File

@ -210,7 +210,7 @@ jobs:
fi
continue-on-error: true
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4.1.7
if: steps.early_exit.outcome == 'success'
with:
name: ${{ matrix.tree_a }}.tar.gz
@ -218,7 +218,7 @@ jobs:
if: steps.early_exit.outcome == 'success'
run: tar xzf "${{ matrix.tree_a }}.tar.gz"
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4.1.7
if: steps.early_exit.outcome == 'success'
with:
name: ${{ matrix.tree_b }}.tar.gz