From 261334e1b201ec2ab59b12ee726a4527f232fe2a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 22:52:34 +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-deploy.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build-test-deploy.yml b/.github/workflows/build-test-deploy.yml index 87a3e55f..03c26e3d 100644 --- a/.github/workflows/build-test-deploy.yml +++ b/.github/workflows/build-test-deploy.yml @@ -214,19 +214,19 @@ jobs: steps: - name: Download documentation - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: html-docs path: ./html-docs - name: Download release - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: pypi-dist path: ./dist - name: Download release notes - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: release_notes @@ -292,7 +292,7 @@ jobs: # Download release files - name: Download release - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: conda-dist path: ./dist