From 6fcd6488f9296534a3523c02eeaea569a497d804 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 22:41:42 +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/deployment.yml | 6 +++--- .github/workflows/test-deploy.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/deployment.yml b/.github/workflows/deployment.yml index cdaecd861..2a0ef70c3 100644 --- a/.github/workflows/deployment.yml +++ b/.github/workflows/deployment.yml @@ -52,7 +52,7 @@ jobs: name: Install Python with: python-version: "3.10" - - uses: actions/download-artifact@v3 + - uses: actions/download-artifact@v4.1.7 with: name: releases path: dist @@ -85,7 +85,7 @@ jobs: shell: bash -l {0} steps: - uses: actions/checkout@v3 - - uses: actions/download-artifact@v3 + - uses: actions/download-artifact@v4.1.7 with: name: releases path: dist @@ -132,7 +132,7 @@ jobs: if: github.event_name == 'release' runs-on: ubuntu-latest steps: - - uses: actions/download-artifact@v3 + - uses: actions/download-artifact@v4.1.7 with: name: releases path: dist diff --git a/.github/workflows/test-deploy.yml b/.github/workflows/test-deploy.yml index 6f0abaafb..b4dbced25 100644 --- a/.github/workflows/test-deploy.yml +++ b/.github/workflows/test-deploy.yml @@ -56,7 +56,7 @@ jobs: name: Install Python with: python-version: "3.10" - - uses: actions/download-artifact@v3 + - uses: actions/download-artifact@v4.1.7 with: name: releases path: dist