From d5820344b78c383d6e31749602c872c7c2c55a09 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 02:24:38 +0000 Subject: [PATCH] Bump actions/download-artifact Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- templates/Library/NuGet/.github/workflows/build-and-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/Library/NuGet/.github/workflows/build-and-deploy.yml b/templates/Library/NuGet/.github/workflows/build-and-deploy.yml index 1d41794..2e0e5c1 100644 --- a/templates/Library/NuGet/.github/workflows/build-and-deploy.yml +++ b/templates/Library/NuGet/.github/workflows/build-and-deploy.yml @@ -81,7 +81,7 @@ jobs: steps: - name: Download artifact from build job - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: NuGet