Skip to content

Commit

Permalink
bump download artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
cvanelteren committed Jan 24, 2025
1 parent b499224 commit 8b735b7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/basemap-for-manylinux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v1
uses: actions/checkout@v4
- name: Upload checkout
uses: actions/upload-artifact@v3
with:
Expand Down Expand Up @@ -325,7 +325,7 @@ jobs:
container: "pylegacy/python:3.8-debian-10"
steps:
- name: Checkout
uses: actions/checkout@v1
uses: actions/checkout@v4
- name: Download test artifacts
uses: actions/download-artifact@v4
with:
Expand Down Expand Up @@ -375,7 +375,7 @@ jobs:
cd ${{ env.PKGDIR }}
python -m sphinx doc/source public
- name: Upload docs artifacts
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v4
with:
name: artifacts-docs
path: ${{ env.PKGDIR }}/public
Expand Down

0 comments on commit 8b735b7

Please sign in to comment.