From 108e92435fbdfcf9d99b2c5399e32ef9aa80e3f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Oct 2024 23:29:12 +0100 Subject: [PATCH] Bump actions/download-artifact from 2 to 4.1.7 in /.github/workflows (#679) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/crankshaft.yml | 2 +- .github/workflows/pifile.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/crankshaft.yml b/.github/workflows/crankshaft.yml index 47e9b21..f5494df 100644 --- a/.github/workflows/crankshaft.yml +++ b/.github/workflows/crankshaft.yml @@ -167,7 +167,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Download artifact - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4.1.7 with: name: deploy - diff --git a/.github/workflows/pifile.yml b/.github/workflows/pifile.yml index a952411..64bc49e 100644 --- a/.github/workflows/pifile.yml +++ b/.github/workflows/pifile.yml @@ -177,7 +177,7 @@ jobs: steps: - name: Download build artifacts - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4.1.7 with: name: ${{ steps.get_version.outputs.version }}