Skip to content

Commit 41ea7cd

Browse files
authored
Merge pull request #2 from redcrescent-kg/elwinschmitz-patch-1
Upgrade GitHub Pages deploy-actions to maintained versions
2 parents 37d5771 + c77d501 commit 41ea7cd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/deploy-github-pages.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -152,15 +152,15 @@ jobs:
152152
run: 'cp www/index.html www/404.html'
153153

154154
- name: Setup GitHub Pages
155-
uses: actions/configure-pages@v3
155+
uses: actions/configure-pages@v5
156156
with:
157157
enablement: true
158158

159159
- name: Upload artifact
160-
uses: actions/upload-pages-artifact@v2
160+
uses: actions/upload-pages-artifact@v3
161161
with:
162162
path: 'www'
163163

164164
- name: Deploy to GitHub Pages
165165
id: deployment
166-
uses: actions/deploy-pages@v2
166+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)