Skip to content

Commit

Permalink
publish: Update download-artifact workflow to v4 in publish to PyPi…
Browse files Browse the repository at this point in the history
… step.

PiperOrigin-RevId: 687040888
  • Loading branch information
naschmitz authored and Xee authors committed Oct 17, 2024
1 parent ab59cbb commit 59549c5
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 @@ -83,7 +83,7 @@ jobs:
if: github.event_name == 'release'
runs-on: ubuntu-latest
steps:
- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v4
with:
name: releases
path: dist
Expand Down

0 comments on commit 59549c5

Please sign in to comment.