Skip to content

Commit

Permalink
Update upload-artifact action to match download-artifact (#217)
Browse files Browse the repository at this point in the history
  • Loading branch information
rly authored Sep 19, 2024
1 parent 0355a0c commit 46bdb77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
tox -e wheelinstall --recreate --installpkg dist/*-none-any.whl
- name: Upload distribution as a workspace artifact
if: ${{ matrix.upload-wheels }}
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: distributions
path: dist
Expand Down

0 comments on commit 46bdb77

Please sign in to comment.