Skip to content

Commit

Permalink
Use unique names in upload-artifact@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
pavoljuhas committed Sep 13, 2024
1 parent c8c0601 commit e06d6da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testing_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,5 +79,5 @@ jobs:

- uses: actions/upload-artifact@v4
with:
name: python-wheels
name: python-wheels-${{ matrix.name }}
path: ./wheelhouse/*.whl

0 comments on commit e06d6da

Please sign in to comment.