We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ed7f27 commit b6e4832Copy full SHA for b6e4832
.github/workflows/deploy.yml
@@ -26,9 +26,9 @@ jobs:
26
# Just add a `cd` here if you need to change to another directory.
27
trunk build
28
- name: Setup Pages
29
- uses: actions/configure-pages@v4
+ uses: actions/configure-pages@v5
30
- name: Upload artifact
31
- uses: actions/upload-pages-artifact@v2
+ uses: actions/upload-pages-artifact@v3
32
with:
33
# Upload entire repository
34
path: 'dist'
0 commit comments