Skip to content

Commit 5e732b5

Browse files
[🏭 infra] Update actions/upload-artifact action to v5
1 parent a54a581 commit 5e732b5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release_prod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
make build
4242
4343
- name: upload artifacts
44-
uses: actions/upload-artifact@v4
44+
uses: actions/upload-artifact@v5
4545
with:
4646
name: wheel_dist
4747
path: ./wheel_dist

.github/workflows/release_staging.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
make build
4242
4343
- name: upload artifacts
44-
uses: actions/upload-artifact@v4
44+
uses: actions/upload-artifact@v5
4545
with:
4646
name: wheel_dist
4747
path: ./wheel_dist

0 commit comments

Comments
 (0)