Skip to content

Commit c618d96

Browse files
chore(deps): update actions/upload-pages-artifact action to v3 (future-architect#323)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 5b34c4c commit c618d96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/GHPages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Setup Pages
3636
uses: actions/configure-pages@v4
3737
- name: Upload artifact
38-
uses: actions/upload-pages-artifact@v2
38+
uses: actions/upload-pages-artifact@v3
3939
with:
4040
path: ./docs/.vuepress/dist
4141
- name: Deploy to GitHub Pages

0 commit comments

Comments
 (0)