From 2e1bb77b85cebf5fb73a035449faebdef09d144e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 22:03:01 +0000 Subject: [PATCH] Bump actions/download-artifact from 2 to 4.1.7 in /.github/workflows Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 2 to 4.1.7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v2...v4.1.7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/verify-ghas.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/verify-ghas.yaml b/.github/workflows/verify-ghas.yaml index 569bd76..e363278 100644 --- a/.github/workflows/verify-ghas.yaml +++ b/.github/workflows/verify-ghas.yaml @@ -83,7 +83,7 @@ jobs: - uses: actions/checkout@v4 - name: "Fetch Artifacts" - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4.1.7 with: name: cookiecutter_outputs @@ -115,7 +115,7 @@ jobs: # - uses: actions/checkout@v4 # This isn't necessary here - name: "Fetch Artifacts" - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4.1.7 with: name: cookiecutter_outputs @@ -190,7 +190,7 @@ jobs: ulimit -a - name: "Fetch Artifacts" - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4.1.7 with: name: cookiecutter_outputs @@ -257,7 +257,7 @@ jobs: ulimit -a - name: "Fetch Artifacts" - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4.1.7 with: name: cookiecutter_outputs