Skip to content

Commit

Permalink
Consistent artifact version
Browse files Browse the repository at this point in the history
  • Loading branch information
tnipen committed Nov 27, 2024
1 parent c5d24a6 commit 2c317e1
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@v4
- uses: actions/upload-artifact@v4.1.7
with:
name: my-artifact
path: build/swig/python-packaging/
Expand Down Expand Up @@ -80,7 +80,7 @@ jobs:
CIBW_TEST_COMMAND: >
python {project}/tests/check_installation.py
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4.1.7
with:
name: wheels
path: ./wheelhouse/*.whl
Expand Down

0 comments on commit 2c317e1

Please sign in to comment.