From f25ad42e7ab2cfd6d9a1246227c548e2007f2249 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 22:22:25 +0000 Subject: [PATCH] Bump actions/download-artifact from 3 to 4.1.7 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] --- .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 20e501609..f6e62d310 100644 --- a/.github/workflows/build_test.yml +++ b/.github/workflows/build_test.yml @@ -146,7 +146,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@v3 + uses: actions/download-artifact@v4.1.7 with: name: ${{ matrix.os.download_name }}_py${{ matrix.python-version }} path: dist @@ -232,7 +232,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@v3 + uses: actions/download-artifact@v4.1.7 with: name: manylinux_x86_64_py3.7 path: dist @@ -261,7 +261,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - - uses: actions/download-artifact@v3 + - 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 755091c94..94b48c276 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@v3 + uses: actions/download-artifact@v4.1.7 with: name: artifact path: tested_requirements