Skip to content

Commit 3459191

Browse files
committed
fix: update upload-artifact action to v4
- Replace deprecated actions/upload-artifact@v3 with v4 - Resolve CI release step failure due to deprecated action version
1 parent 5494306 commit 3459191

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ jobs:
195195
.
196196
197197
- name: Upload Release Asset
198-
uses: actions/upload-artifact@v3
198+
uses: actions/upload-artifact@v4
199199
with:
200200
name: rules_wasm_component
201201
path: rules_wasm_component.tar.gz

0 commit comments

Comments
 (0)