Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
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/"
  • Loading branch information
trutzig89182 authored Feb 28, 2025
1 parent d6243b4 commit 41cdc8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- name: Setup Pages
uses: actions/configure-pages@v2
- name: Upload artifact
uses: actions/upload-pages-artifact@v1
uses: actions/upload-pages-artifact@v3
with:
# Upload the "dist" directory
path: './dist'
Expand Down

0 comments on commit 41cdc8f

Please sign in to comment.