From 076478713f3e63b8f51a3d9f214de7318ed4b38b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 13:09:34 -0400 Subject: [PATCH] Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows (#6072) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/macstadium-tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/macstadium-tests.yml b/.github/workflows/macstadium-tests.yml index b06e42ae654..4794c7ce3ea 100644 --- a/.github/workflows/macstadium-tests.yml +++ b/.github/workflows/macstadium-tests.yml @@ -62,7 +62,7 @@ jobs: needs: install-deps steps: - name: Download Yarn cache - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: yarn-cache path: .yarn @@ -86,7 +86,7 @@ jobs: needs: install-deps steps: - name: Download Yarn cache - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: yarn-cache path: .yarn