diff --git a/.github/workflows/Build-Test-And-Deploy.yml b/.github/workflows/Build-Test-And-Deploy.yml index 68a6774c..a1d4a84a 100644 --- a/.github/workflows/Build-Test-And-Deploy.yml +++ b/.github/workflows/Build-Test-And-Deploy.yml @@ -92,7 +92,7 @@ jobs: subscription-id: ${{ secrets.ESSENTIALCSHARP_SUBSCRIPTION_ID }} - name: Download artifact - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: name: essentialcsharpwebimage path: ${{ github.workspace }} @@ -184,7 +184,7 @@ jobs: subscription-id: ${{ secrets.ESSENTIALCSHARP_SUBSCRIPTION_ID }} - name: Download artifact - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: name: essentialcsharpwebimage path: ${{ github.workspace }}