Skip to content

Commit 3db0871

Browse files
[🏭 infra] Update actions/download-artifact action to v5
1 parent 9cb0c91 commit 3db0871

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release_prod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
steps:
5555
- uses: actions/checkout@v5
5656
- name: Download build artifacts
57-
uses: actions/download-artifact@v4
57+
uses: actions/download-artifact@v5
5858
- run: |
5959
./scripts/release.sh wheel_dist
6060
env:

0 commit comments

Comments
 (0)