From 56c17d5a885da8f6419112e35060c30b1946c227 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 21:55:13 +0000 Subject: [PATCH] Bump actions/download-artifact from 2 to 4.1.7 in /.github/workflows Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 2 to 4.1.7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v2...v4.1.7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/build_test.yml | 6 +++--- .github/workflows/create_req_files.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build_test.yml b/.github/workflows/build_test.yml index 9f7d84ff94..499f1103c2 100644 --- a/.github/workflows/build_test.yml +++ b/.github/workflows/build_test.yml @@ -127,7 +127,7 @@ jobs: gpg --quiet --batch --yes --decrypt --passphrase="$PARAMETERS_SECRET" \ .github/workflows/parameters/public/parameters_${{ matrix.cloud-provider }}.py.gpg > test/parameters.py - name: Download wheel(s) - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4.1.7 with: name: ${{ matrix.os.download_name }}_py${{ matrix.python-version }} path: dist @@ -213,7 +213,7 @@ jobs: gpg --quiet --batch --yes --decrypt --passphrase="$PARAMETERS_SECRET" \ .github/workflows/parameters/public/parameters_${{ matrix.cloud-provider }}.py.gpg > test/parameters.py - name: Download wheel(s) - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4.1.7 with: name: manylinux_x86_64_py3.7 path: dist @@ -242,7 +242,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - - uses: actions/download-artifact@v2 + - uses: actions/download-artifact@v4.1.7 with: path: artifacts - name: Set up Python diff --git a/.github/workflows/create_req_files.yml b/.github/workflows/create_req_files.yml index e3f1e7c968..86fa47af65 100644 --- a/.github/workflows/create_req_files.yml +++ b/.github/workflows/create_req_files.yml @@ -50,7 +50,7 @@ jobs: with: token: ${{ secrets.PAT }} - name: Download requirement files - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4.1.7 with: name: artifact path: tested_requirements