From e9a2f4b7a5510cd203da10658151e89099a85cf0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 21:34:23 +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/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 5a686921d..936f32d1d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -44,7 +44,7 @@ jobs: fail-fast: false steps: - uses: actions/checkout@v2.0.0 - - uses: actions/download-artifact@v2 + - uses: actions/download-artifact@v4.1.7 with: name: build-dist-${{ runner.os }} path: dist @@ -80,7 +80,7 @@ jobs: fail-fast: false steps: - uses: actions/checkout@v2.0.0 - - uses: actions/download-artifact@v2 + - uses: actions/download-artifact@v4.1.7 with: name: build-dist-${{ runner.os }} path: dist