From 4823f1587b55f1656d05cbd1065ea92e5a142046 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 16 Jul 2023 13:15:17 +0000 Subject: [PATCH] Bump actions/download-artifact from 2 to 3 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 2 to 3. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v2...v3) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/10-dotnet.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/10-dotnet.yml b/.github/workflows/10-dotnet.yml index c0da5ff..3d9fd8e 100644 --- a/.github/workflows/10-dotnet.yml +++ b/.github/workflows/10-dotnet.yml @@ -69,7 +69,7 @@ jobs: steps: # Checkout code - name: Download IaC - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v3 with: name: iac path: iac @@ -93,7 +93,7 @@ jobs: failOnStdErr: false - name: Download App - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v3 with: name: webapp path: webapp