diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 772dc96..d643bab 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -41,7 +41,7 @@ jobs: force_orphan: true - name: Upload artifact if not main if: github.ref != 'refs/heads/main' - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: gh-pages-draft path: ./artifacts