Skip to content

Commit

Permalink
use v4 artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
timmysilv committed Dec 11, 2024
1 parent 59c6cd5 commit ea83b5e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/upload_macos_x64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
run: python setup.py bdist_wheel

- name: Upload artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: artifact${{matrix.python-version}}
path: dist/*.whl
Expand All @@ -56,7 +56,7 @@ jobs:
needs: macos-x64-wheel
runs-on: ubuntu-latest
steps:
- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v4
with:
path: dist

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/upload_win_x64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
run: python setup.py bdist_wheel

- name: Upload artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: artifact${{matrix.python-version}}
path: dist/*.whl
Expand All @@ -62,7 +62,7 @@ jobs:
needs: win-x64-wheel
runs-on: ubuntu-latest
steps:
- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v4
with:
path: dist

Expand Down

0 comments on commit ea83b5e

Please sign in to comment.