Skip to content

Commit

Permalink
publish: Update upload-artifact workflow to v4.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 686954931
  • Loading branch information
naschmitz authored and Xee authors committed Oct 17, 2024
1 parent 9cee0a9 commit f5d9b5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
run: |
python -m twine check dist/*
pwd
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
with:
name: releases
path: dist
Expand Down

0 comments on commit f5d9b5b

Please sign in to comment.