diff --git a/.github/workflows/azure-static-web-app-advanced.yml b/.github/workflows/azure-static-web-app-advanced.yml index 16cbfb1..9a991ba 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@v6 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..ba910ff 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@v6 with: name: build - name: extract output