Skip to content

Commit

Permalink
use new github actions version
Browse files Browse the repository at this point in the history
  • Loading branch information
valentinstn committed Oct 15, 2024
1 parent 3c7e791 commit 0e70f74
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
manylinux: auto

- name: Upload Python Wheel
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: python-wheels
path: target/wheels/*.whl
Expand Down Expand Up @@ -71,7 +71,7 @@ jobs:
run: ls -l .

- name: Upload Python Wheel
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: python-wheels
path: target/wheels/*.whl
Expand All @@ -82,7 +82,7 @@ jobs:

steps:
- name: Download Python Wheels
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: python-wheels

Expand All @@ -106,7 +106,7 @@ jobs:

steps:
- name: Download Python Wheels
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: python-wheels

Expand Down

0 comments on commit 0e70f74

Please sign in to comment.