Skip to content

Commit 5ad4ae4

Browse files
committed
ci(all): update actions/upload-artifact on build workflow
`actions/upload-artifact@v3` is not supported anymore. We should use `actions/upload-artifact@v4` now. ISSUES CLOSED: #535
1 parent 7b5a21b commit 5ad4ae4

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
@@ -70,7 +70,7 @@ jobs:
7070
run: npm run build
7171

7272
# See: https://github.com/marketplace/actions/upload-a-build-artifact
73-
- uses: actions/upload-artifact@v3
73+
- uses: actions/upload-artifact@v4
7474
with:
7575
name: dist-${{ github.run_id }}
7676
path: dist

0 commit comments

Comments
 (0)