From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 22:45:53 +0000 (+0000) Subject: build(deps): bump actions/download-artifact in /.github/workflows X-Git-Tag: openssl-3.3.3~213 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b1435323819a2bda64cfeded79ebd20f424b87ef;p=thirdparty%2Fopenssl.git 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] CLA: trivial Reviewed-by: Paul Dale Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/25374) (cherry picked from commit 2a6305dfcd89632b69e49f8b3efe98b7e0daa1aa) --- diff --git a/.github/workflows/prov-compat-label.yml b/.github/workflows/prov-compat-label.yml index f12d3159375..1e2f3721710 100644 --- a/.github/workflows/prov-compat-label.yml +++ b/.github/workflows/prov-compat-label.yml @@ -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 diff --git a/.github/workflows/provider-compatibility.yml b/.github/workflows/provider-compatibility.yml index 5fca3c55943..6a195a2ff7c 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@v3 + - uses: actions/download-artifact@v4.1.7 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@v3 + - uses: actions/download-artifact@v4.1.7 if: steps.early_exit.outcome == 'success' with: name: ${{ matrix.tree_b }}.tar.gz