Skip to content

Commit a03b0e0

Browse files
[🏭 infra] Update actions/upload-artifact action to v6
1 parent 3f91ac8 commit a03b0e0

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@v5
44+
uses: actions/upload-artifact@v6
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@v5
44+
uses: actions/upload-artifact@v6
4545
with:
4646
name: wheel_dist
4747
path: ./wheel_dist

0 commit comments

Comments
 (0)