Skip to content

Commit

Permalink
Update pages actions from v2 to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
molinav committed Feb 15, 2024
1 parent 29e4a4e commit 44b5e78
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/basemap-for-manylinux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@ jobs:
path: ${{ env.PKGDIR }}/public
-
name: Upload github-pages artifact
uses: actions/upload-pages-artifact@v2
uses: actions/upload-pages-artifact@v3
with:
name: artifacts-github-pages
path: ${{ env.PKGDIR }}/public
Expand All @@ -404,7 +404,7 @@ jobs:
id-token: write
steps:
- name: Deploy github-pages
uses: actions/deploy-pages@v2
uses: actions/deploy-pages@v3
id: deployment

upload:
Expand Down

0 comments on commit 44b5e78

Please sign in to comment.