Skip to content

Commit a5ee7f1

Browse files
Upgrade: Bump actions/upload-pages-artifact from 1 to 2 (#81)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0c39152 commit a5ee7f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/GHPages.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
uses: actions/configure-pages@v3
4343

4444
- name: Upload artifact
45-
uses: actions/upload-pages-artifact@v1
45+
uses: actions/upload-pages-artifact@v2
4646
with:
4747
path: ./docs/.vuepress/dist
4848

0 commit comments

Comments
 (0)