From 4730a65b20573601dea1f5a9625c115a8cb8eeaa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Feb 2024 13:47:23 +0000 Subject: [PATCH] Bump actions/download-artifact from 3.0.2 to 4.1.3 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3.0.2 to 4.1.3. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v3.0.2...v4.1.3) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 5c2eae8..dc5b035 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -178,7 +178,7 @@ jobs: # However, that is currently impossible due to https://github.com/dotnet/msbuild/issues/3897 # Therefore, we'll (sadly) pull artifacts from Windows machine only for now - name: Download generic artifact from windows-latest - uses: actions/download-artifact@v3.0.2 + uses: actions/download-artifact@v4.1.3 with: name: windows-latest_${{ env.PLUGIN_NAME }}-generic path: out