From f7e3156a89cf329b5a0ab21e56d4dea233d91ad3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Sep 2024 07:48:52 +0200 Subject: [PATCH] Bump actions/download-artifact from 2 to 4.1.7 in /.github/workflows (#2039) 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/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 2c564cc81..ac27bc672 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -75,7 +75,7 @@ jobs: run: | dotnet tool install -g Microsoft.DotNet.ApiCompat.Tool - name: "Download Proposed Artifacts" - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4.1.7 with: name: dalamud-artifact path: .\right @@ -112,7 +112,7 @@ jobs: with: repository: goatcorp/dalamud-distrib token: ${{ secrets.UPDATE_PAT }} - - uses: actions/download-artifact@v2 + - uses: actions/download-artifact@v4.1.7 with: name: dalamud-artifact path: .\scratch