Skip to content

Commit

Permalink
Align versions of upload/download artifact in Python workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
diegoferigo authored Sep 18, 2024
1 parent 48ffea2 commit 71589c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ jobs:
pip install "numpy>=2.0.0"
CIBW_TEST_COMMAND: "python -c 'import idyntree.bindings'"

- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: dist
path: ./wheelhouse/*.whl
Expand Down

0 comments on commit 71589c4

Please sign in to comment.