Skip to content

Commit 6bfb53d

Browse files
deniakplehegar
andauthored
Apply suggestions from code review
Co-authored-by: Philippe Le Hegaret <[email protected]>
1 parent 56c5d50 commit 6bfb53d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
JEKYLL_ENV: production
3131
- name: Upload artifact
3232
id: github-pages
33-
uses: actions/upload-pages-artifact@v1
33+
uses: actions/upload-pages-artifact@v3
3434
with:
3535
name: github-pages
3636
path: _site/
@@ -48,4 +48,4 @@ jobs:
4848
steps:
4949
- name: Deploy to GitHub Pages
5050
id: deployment
51-
uses: actions/deploy-pages@v1
51+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)