Skip to content

Commit 4502717

Browse files
committed
Upgrade actions/upload-pages-artifact to v3
1 parent 14a2972 commit 4502717

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
--minify \
5555
--baseURL "${{ steps.pages.outputs.base_url }}/"
5656
- name: Upload artifact
57-
uses: actions/upload-pages-artifact@v1
57+
uses: actions/upload-pages-artifact@v3
5858
with:
5959
path: ./docs/site/public
6060

0 commit comments

Comments
 (0)