Skip to content

Commit 41cdc8f

Browse files
authored
Update build.yml
actions/upload-pages-artifact to v3 instead of v1, because the page build currently fails with warning: "his request has been automatically failed because it uses a deprecated version of `actions/upload-artifact: v3`. Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/"
1 parent d6243b4 commit 41cdc8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
- name: Setup Pages
4949
uses: actions/configure-pages@v2
5050
- name: Upload artifact
51-
uses: actions/upload-pages-artifact@v1
51+
uses: actions/upload-pages-artifact@v3
5252
with:
5353
# Upload the "dist" directory
5454
path: './dist'

0 commit comments

Comments
 (0)