We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ae6001 commit 829d37eCopy full SHA for 829d37e
1 file changed
.github/workflows/ci.yml
@@ -136,7 +136,7 @@ jobs:
136
# Only upload the special Pages artifact when deploying from main
137
- name: Upload Pages Artifact
138
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
139
- uses: actions/upload-pages-artifact@v4
+ uses: actions/upload-pages-artifact@v5
140
with:
141
path: ./public
142
0 commit comments