Skip to content

Commit 17adaa9

Browse files
chore(actions): update actions/upload-pages-artifact action to v4
1 parent 624eed7 commit 17adaa9

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@v3
82+
uses: actions/upload-pages-artifact@v4
8383
with:
8484
path: website/public
8585

0 commit comments

Comments
 (0)