From 4c9983b48dd51856f09f347b0b808b1f6126b3ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 22:23:41 +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/release.yml | 4 ++-- .github/workflows/test_upload_package.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index fdb5029e..b9085a33 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -149,7 +149,7 @@ jobs: needs: build-documentation permissions: write-all steps: - - uses: actions/download-artifact@v3 + - uses: actions/download-artifact@v4.1.7 with: # unpacks into documentation-artifact/ # if `name: documentation-artifact` is omitted, the action will create extra parent dir @@ -178,7 +178,7 @@ jobs: needs: [build_package, publish] runs-on: ubuntu-latest steps: - - uses: actions/download-artifact@v3 + - uses: actions/download-artifact@v4.1.7 with: # unpacks default artifact into dist/ # if `name: artifact` is omitted, the action will create extra parent dir diff --git a/.github/workflows/test_upload_package.yml b/.github/workflows/test_upload_package.yml index 390f4caa..c3a99c69 100644 --- a/.github/workflows/test_upload_package.yml +++ b/.github/workflows/test_upload_package.yml @@ -16,7 +16,7 @@ jobs: needs: [build_package] if: github.event.action != 'published' steps: - - uses: actions/download-artifact@v3 + - uses: actions/download-artifact@v4.1.7 with: # unpacks default artifact into dist/ # if `name: artifact` is omitted, the action will create extra parent dir