From 011e8b63e5eb5b6c5a0c8eb4223a43143f2e398c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 22:09:17 +0000 Subject: [PATCH] Bump actions/download-artifact from 2.0.7 to 4.1.7 in /.github/workflows Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 2.0.7 to 4.1.7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v2.0.7...v4.1.7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/actions.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/actions.yaml b/.github/workflows/actions.yaml index 170cce4..92f451e 100644 --- a/.github/workflows/actions.yaml +++ b/.github/workflows/actions.yaml @@ -121,7 +121,7 @@ jobs: # steps: # - name: Retrieve packages # if: needs.release-required.outputs.result == 'true' - # uses: actions/download-artifact@v2.0.7 + # uses: actions/download-artifact@v4.1.7 # with: # name: wheel # path: dist/ @@ -173,7 +173,7 @@ jobs: steps: - name: Retrieve packages if: needs.release-required.outputs.result == 'true' - uses: actions/download-artifact@v2.0.7 + uses: actions/download-artifact@v4.1.7 with: name: wheel path: dist/