From 2e05f068973f83c8ea36237dafa7ee04398e3ec9 Mon Sep 17 00:00:00 2001 From: "Steven R. Loomis" Date: Wed, 8 Jan 2025 12:17:31 -0600 Subject: [PATCH] CLDR-18179 deps: upload-pages-artifact@v3 (#4265) --- .github/workflows/gh-pages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index cb9285a103e..c6c7b3b281b 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -75,7 +75,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@v2 + uses: actions/upload-pages-artifact@v3 - name: Deploy to Smoketest if: github.repository == 'unicode-org/cldr' && github.event_name == 'push' shell: bash