Skip to content

Commit 9bfb002

Browse files
committed
👷 upgrade pipeline dependencies
1 parent c9288f2 commit 9bfb002

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

‎.github/workflows/release-standalone.yml‎

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,11 @@ jobs:
3636
cp src/i18n-index.html dist/build/index.html
3737
3838
- name: Upload artifact
39-
uses: actions/upload-pages-artifact@v1
39+
uses: actions/upload-pages-artifact@v4
4040
with:
4141
path: ./dist/build
4242

4343
- name: Deploy to Github-Pages
44-
uses: actions/deploy-pages@v2
44+
uses: actions/deploy-pages@v4
4545
with:
4646
token: ${{ secrets.GITHUB_TOKEN }}
47-
artifact_name: github-pages

0 commit comments

Comments
 (0)