Skip to content

Commit 2e13129

Browse files
authored
Bump actions upload-pages-artifact, deploy-pages (#1396)
1 parent 923bcf1 commit 2e13129

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/gh-pages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,10 @@ jobs:
3737
uses: actions/configure-pages@v4
3838

3939
- name: Upload artifact
40-
uses: actions/upload-pages-artifact@v1
40+
uses: actions/upload-pages-artifact@v3
4141
with:
4242
path: './target/doc'
4343

4444
- name: Deploy to GitHub Pages
4545
id: deployment
46-
uses: actions/deploy-pages@v1
46+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)