Skip to content

Commit 480cdd7

Browse files
chore: bump actions/upload-artifacts to v4 (#1027)
We updated download-artifacts to v4 but not upload, seems to have broken release pipeline, hopefully this fixes.
1 parent 34f8e75 commit 480cdd7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ jobs:
111111
tar -czvf $artifact_path $release_dir/
112112
113113
- name: ⏫️ Upload artifacts
114-
uses: actions/upload-artifact@v2
114+
uses: actions/upload-artifact@v4
115115
with:
116116
name: ${{ env.ARTIFACT_PATH }}
117117
path: ${{ env.ARTIFACT_PATH }}

0 commit comments

Comments
 (0)