Skip to content

Commit

Permalink
Update upload-artifact action to match download-artifact
Browse files Browse the repository at this point in the history
They need to be the same major version.
  • Loading branch information
rly authored Sep 5, 2024
1 parent 573cf07 commit a794fb1
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 a794fb1

Please sign in to comment.