diff --git a/.github/workflows/Build-Test-And-Deploy.yml b/.github/workflows/Build-Test-And-Deploy.yml index d9d43c6e..8472c791 100644 --- a/.github/workflows/Build-Test-And-Deploy.yml +++ b/.github/workflows/Build-Test-And-Deploy.yml @@ -95,7 +95,7 @@ jobs: subscription-id: ${{ secrets.ESSENTIALCSHARP_SUBSCRIPTION_ID }} - name: Download artifact - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: essentialcsharpwebimage path: ${{ github.workspace }} @@ -192,7 +192,7 @@ jobs: subscription-id: ${{ secrets.ESSENTIALCSHARP_SUBSCRIPTION_ID }} - name: Download artifact - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: essentialcsharpwebimage path: ${{ github.workspace }}