Skip to content

Commit

Permalink
Bump actions/upload-artifact from 2 to 3
Browse files Browse the repository at this point in the history
  • Loading branch information
goulart-paul authored Mar 5, 2024
1 parent 11bfebb commit 37b88cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/testpypi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
python examples/python/example_sdp.py
- name: Upload wheels
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
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@v2
uses: actions/upload-artifact@v3
with:
name: wheels
path: dist
Expand Down

0 comments on commit 37b88cb

Please sign in to comment.