Skip to content

Commit 2c39a35

Browse files
committed
build: update GitHub artifact actions to v4
1 parent 861e200 commit 2c39a35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
mv dist/artifacts/**/*.tgz build-artifacts/
4747
zip -r build-artifacts.zip build-artifacts
4848
- name: Upload Artifacts
49-
uses: actions/upload-artifact@v2
49+
uses: actions/upload-artifact@v4.4.3
5050
with:
5151
name: build-artifacts
5252
path: build-artifacts.zip

0 commit comments

Comments
 (0)