We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe1c15d commit 55e3cd5Copy full SHA for 55e3cd5
.github/workflows/build.yaml
@@ -241,7 +241,7 @@ jobs:
241
run: touch .nojekyll
242
243
- name: Upload
244
- uses: actions/upload-pages-artifact@v1
+ uses: actions/upload-pages-artifact@v3
245
with:
246
path: .
247
@@ -263,7 +263,7 @@ jobs:
263
steps:
264
- name: Deploy
265
id: deployment
266
- uses: actions/deploy-pages@v1
+ uses: actions/deploy-pages@v4
267
268
release:
269
# Only run the 'release' job if this workflow was triggered by the creation of a tag
0 commit comments