Skip to content

Commit 1bea17b

Browse files
committed
got lost in versions
1 parent fea20f3 commit 1bea17b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/jekyll-gh-pages.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
run: bundle exec jekyll build
4545

4646
- name: Upload artifact
47-
uses: actions/upload-pages-artifact@v4
47+
uses: actions/upload-pages-artifact@v3
4848

4949
# Deployment job
5050
deploy:
@@ -56,4 +56,4 @@ jobs:
5656
steps:
5757
- name: Deploy to GitHub Pages
5858
id: deployment
59-
uses: actions/deploy-pages@v1
59+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)