Skip to content

Commit 1962c50

Browse files
chore(deps): update actions/upload-pages-artifact action to v4
1 parent 91bd116 commit 1962c50

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy-docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
run: |
3838
task --yes setup docs:build-mini18n-dirhtml
3939
- name: 'Upload artifact'
40-
uses: actions/upload-pages-artifact@v3
40+
uses: actions/upload-pages-artifact@v4
4141
with:
4242
path: docs/_build/mini18n-dirhtml
4343
- name: 'Deploy to GitHub Pages'

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
run: |
7878
task --yes setup docs:build-mini18n-dirhtml
7979
- name: Upload artifact
80-
uses: actions/upload-pages-artifact@v3
80+
uses: actions/upload-pages-artifact@v4
8181
with:
8282
path: docs/_build/mini18n-dirhtml
8383
- name: Deploy to GitHub Pages

0 commit comments

Comments
 (0)