diff --git a/.github/workflows/branch-deploy.yml b/.github/workflows/branch-deploy.yml index e3d1af9..b427f1b 100644 --- a/.github/workflows/branch-deploy.yml +++ b/.github/workflows/branch-deploy.yml @@ -99,7 +99,7 @@ jobs: - name: Upload Artifact id: upload-artifact - uses: actions/upload-pages-artifact@v3 + uses: actions/upload-pages-artifact@v4 with: path: . diff --git a/.github/workflows/continuous-delivery.yml b/.github/workflows/continuous-delivery.yml index 876ef41..3661328 100644 --- a/.github/workflows/continuous-delivery.yml +++ b/.github/workflows/continuous-delivery.yml @@ -42,7 +42,7 @@ jobs: - name: Upload Artifact id: upload-artifact - uses: actions/upload-pages-artifact@v3 + uses: actions/upload-pages-artifact@v4 with: path: . diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index ab03d21..a2a1407 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -60,7 +60,7 @@ jobs: - name: Upload Artifact id: upload-artifact - uses: actions/upload-pages-artifact@v3 + uses: actions/upload-pages-artifact@v4 with: path: .