Skip to content

Commit 957c188

Browse files
chore(actions): update actions/upload-pages-artifact action to v2 (#22)
1 parent 6c27714 commit 957c188

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-website.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
--baseURL "${{ steps.pages.outputs.base_url }}/"
8080
8181
- name: Upload artifact
82-
uses: actions/upload-pages-artifact@v1
82+
uses: actions/upload-pages-artifact@v2
8383
with:
8484
path: website/public
8585

0 commit comments

Comments
 (0)