Skip to content

Commit daa0edf

Browse files
Update actions/github-pages
1 parent be8178d commit daa0edf

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
run: bundle exec jekyll build --trace --baseurl "${BASE_URL}"
9999

100100
- name: "Upload 'github-pages' artifact."
101-
uses: actions/upload-pages-artifact@v3
101+
uses: actions/upload-pages-artifact@v4
102102
with:
103103
path: _site/
104104

@@ -124,7 +124,7 @@ jobs:
124124
steps:
125125
- name: "Deploy to GitHub Pages"
126126
id: deployment
127-
uses: actions/deploy-pages@v4
127+
uses: actions/deploy-pages@v5
128128

129129

130130
cache:

0 commit comments

Comments
 (0)