From 9c9cb322bcd887e10f2659aacb70a2feab2a6eb8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 14 Dec 2023 19:48:34 +0000 Subject: [PATCH] chore(deps): update actions/download-artifact action to v4 --- .github/workflows/deploy-to-azure.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-to-azure.yml b/.github/workflows/deploy-to-azure.yml index 5fdd759..461014c 100644 --- a/.github/workflows/deploy-to-azure.yml +++ b/.github/workflows/deploy-to-azure.yml @@ -52,7 +52,7 @@ jobs: # Download Azure Functions artifact - name: Download Artifact - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: ${{ env.ARTIFACT_NAME }} path: ${{ env.OUTPUT_PATH }}