Skip to content

Commit

Permalink
actions: update more action scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
lonvia committed Mar 4, 2024
1 parent 47d532d commit 52fbab7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
shell: bash

- name: Upload Artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: pyosmium-linux-x64-dist
path: dist
Expand All @@ -112,7 +112,7 @@ jobs:
with:
python-version: ${{ matrix.python-version }}

- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: pyosmium-linux-x64-dist

Expand Down Expand Up @@ -307,7 +307,7 @@ jobs:
CMAKE_TOOLCHAIN_FILE: C:/vcpkg/scripts/buildsystems/vcpkg.cmake

- name: 'Upload Artifact'
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: pyosmium-win64-dist
path: dist
Expand All @@ -332,7 +332,7 @@ jobs:
with:
python-version: ${{ matrix.python-version }}

- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: pyosmium-win64-dist

Expand Down

0 comments on commit 52fbab7

Please sign in to comment.