Skip to content

Commit

Permalink
use v4 artifact (#128)
Browse files Browse the repository at this point in the history
* use v4 artifact

* Update _version.py

---------

Co-authored-by: ilan-tz <[email protected]>
  • Loading branch information
timmysilv and ilan-tz authored Jan 20, 2025
1 parent 59c6cd5 commit 68e82e8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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
2 changes: 1 addition & 1 deletion flamingpy/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
"""Version number (major.minor.patch[label])"""


__version__ = "0.10.1b1.dev3"
__version__ = "0.10.1b1.dev5"

0 comments on commit 68e82e8

Please sign in to comment.