diff --git a/.github/workflows/CommandQuerySampleAspNetCore.yml b/.github/workflows/CommandQuerySampleAspNetCore.yml index 143a993..3717f52 100644 --- a/.github/workflows/CommandQuerySampleAspNetCore.yml +++ b/.github/workflows/CommandQuerySampleAspNetCore.yml @@ -36,7 +36,7 @@ jobs: needs: build steps: - name: Download artifact from build job - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: webapp path: ${{ env.AZURE_WEBAPP_PACKAGE_PATH }} diff --git a/.github/workflows/CommandQuerySampleAzureFunctions.yml b/.github/workflows/CommandQuerySampleAzureFunctions.yml index 998b42f..c3d5fd2 100644 --- a/.github/workflows/CommandQuerySampleAzureFunctions.yml +++ b/.github/workflows/CommandQuerySampleAzureFunctions.yml @@ -34,7 +34,7 @@ jobs: needs: build steps: - name: Download artifact from build job - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: functionapp path: ${{ env.AZURE_FUNCTIONAPP_PACKAGE_PATH }}