Skip to content

Commit 55e3cd5

Browse files
authored
updated github actions for docs (#1681)
1 parent fe1c15d commit 55e3cd5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ jobs:
241241
run: touch .nojekyll
242242

243243
- name: Upload
244-
uses: actions/upload-pages-artifact@v1
244+
uses: actions/upload-pages-artifact@v3
245245
with:
246246
path: .
247247

@@ -263,7 +263,7 @@ jobs:
263263
steps:
264264
- name: Deploy
265265
id: deployment
266-
uses: actions/deploy-pages@v1
266+
uses: actions/deploy-pages@v4
267267

268268
release:
269269
# Only run the 'release' job if this workflow was triggered by the creation of a tag

0 commit comments

Comments
 (0)