Skip to content

Commit 44b5e78

Browse files
committed
Update pages actions from v2 to v3
1 parent 29e4a4e commit 44b5e78

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/basemap-for-manylinux.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,7 @@ jobs:
387387
path: ${{ env.PKGDIR }}/public
388388
-
389389
name: Upload github-pages artifact
390-
uses: actions/upload-pages-artifact@v2
390+
uses: actions/upload-pages-artifact@v3
391391
with:
392392
name: artifacts-github-pages
393393
path: ${{ env.PKGDIR }}/public
@@ -404,7 +404,7 @@ jobs:
404404
id-token: write
405405
steps:
406406
- name: Deploy github-pages
407-
uses: actions/deploy-pages@v2
407+
uses: actions/deploy-pages@v3
408408
id: deployment
409409

410410
upload:

0 commit comments

Comments
 (0)