We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91a1ab3 commit e2f55feCopy full SHA for e2f55fe
1 file changed
.github/workflows/publish.yml
@@ -32,7 +32,7 @@ jobs:
32
- name: Build Artifacts
33
run: bundle exec jekyll build -d public
34
- name: Upload artifact
35
- uses: actions/upload-pages-artifact@v1
+ uses: actions/upload-pages-artifact@v4
36
with:
37
path: ./public
38
deploy:
0 commit comments