diff --git a/.github/workflows/azure-static-web-app-advanced.yml b/.github/workflows/azure-static-web-app-advanced.yml index 16cbfb1..54633ea 100644 --- a/.github/workflows/azure-static-web-app-advanced.yml +++ b/.github/workflows/azure-static-web-app-advanced.yml @@ -44,7 +44,7 @@ jobs: cancel-in-progress: false steps: - name: download build artifact - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: build - name: extract output diff --git a/.github/workflows/azure-static-web-app.yml b/.github/workflows/azure-static-web-app.yml index 9cbfe6e..545d024 100644 --- a/.github/workflows/azure-static-web-app.yml +++ b/.github/workflows/azure-static-web-app.yml @@ -39,7 +39,7 @@ jobs: cancel-in-progress: false steps: - name: download build artifact - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: build - name: extract output