Skip to content

Commit

Permalink
Update testpypi.yaml (#115)
Browse files Browse the repository at this point in the history
Sets same version of upload-artifact throughout
  • Loading branch information
goulart-paul authored Jun 1, 2024
1 parent e6f9d28 commit f4aa67c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/testpypi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
python examples/python/example_sdp.py
- name: Upload wheels
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: wheels
path: dist
Expand Down Expand Up @@ -92,7 +92,7 @@ jobs:
python examples/python/example_sdp.py
- name: Upload wheels
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: wheels
path: dist
Expand Down Expand Up @@ -125,7 +125,7 @@ jobs:
python examples/python/example_sdp.py
- name: Upload wheels
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: wheels
path: dist
Expand Down

0 comments on commit f4aa67c

Please sign in to comment.