Skip to content

Commit d3ada36

Browse files
committed
chore: update upload-artifact action to v4 in build workflow
1 parent 14ab4d3 commit d3ada36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
run: bash ./build.sh
2323

2424
- name: Upload build artifacts
25-
uses: actions/upload-artifact@v3
25+
uses: actions/upload-artifact@v4
2626
with:
2727
name: build-artifacts
2828
path: build/*.tar.gz

0 commit comments

Comments
 (0)