diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 7bee3a6..9d6c2f4 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -80,7 +80,7 @@ jobs: creds: ${{ secrets.AZURE_CREDENTIALS }} - name: Download API artifact from build job - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4.1.7 with: name: .net-app path: ${{ github.workspace }}/webapp