From c1668c017088db46a5a1fe324c0c17b6051f30d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 21:33:44 +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/msbuild.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/msbuild.yml b/.github/workflows/msbuild.yml index ce7baeea..058bfda8 100644 --- a/.github/workflows/msbuild.yml +++ b/.github/workflows/msbuild.yml @@ -162,7 +162,7 @@ jobs: dotnet-version: '6.x' - name: Download MapWinGIS (${{matrix.platform}}) binaries - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4.1.7 with: name: binaries-${{matrix.platform}} path: .\src\bin\${{env.BUILD_CONFIGURATION}}\${{matrix.platform}}\