Skip to content

Commit baf4025

Browse files
naschmitzXee authors
authored andcommitted
publish: Update download-artifact workflow to v4 in publish to PyPi step.
PiperOrigin-RevId: 687015794
1 parent ab59cbb commit baf4025

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
if: github.event_name == 'release'
8484
runs-on: ubuntu-latest
8585
steps:
86-
- uses: actions/download-artifact@v2
86+
- uses: actions/download-artifact@v4
8787
with:
8888
name: releases
8989
path: dist

0 commit comments

Comments
 (0)