Skip to content

Commit

Permalink
all-repos: update actions/upload-artifact to v4 (#735)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuarli authored Jul 31, 2024
1 parent f7a7945 commit b68e513
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- run: |
pip install wheel
python setup.py bdist_wheel sdist --formats=gztar
- uses: actions/upload-artifact@v3.1.1
- uses: actions/upload-artifact@v4
with:
name: ${{ github.sha }}
path: dist/*

0 comments on commit b68e513

Please sign in to comment.