Skip to content

Commit

Permalink
artifacts v4
Browse files Browse the repository at this point in the history
  • Loading branch information
tnipen committed Nov 25, 2024
1 parent dddebb3 commit 5ee60df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
run: python -m pip install numpy setuptools

- run: bash swig/python-packaging/setup.sh
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
with:
name: my-artifact
path: build/swig/python-packaging/
Expand All @@ -41,7 +41,7 @@ jobs:
- name: Install cibuildwheel
run: python -m pip install cibuildwheel==2.19.2

- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v4
with:
name: my-artifact

Expand Down

0 comments on commit 5ee60df

Please sign in to comment.