diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 51cd18f08ac..69664467f33 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -93,7 +93,7 @@ jobs: run: 'cp -vr tools/scripts/tr-archive/dist/* ./_site/ldml/ && cp tools/scripts/tr-archive/reports-v2.css ./_site/' - name: Deploy to GitHub Pages (main) if: github.event_name == 'push' && github.ref == 'refs/heads/main' - uses: actions/upload-pages-artifact@v3 + uses: actions/upload-pages-artifact@v4 - name: Deploy to Smoketest if: github.repository == 'unicode-org/cldr' && github.event_name == 'push' shell: bash