Skip to content

Commit f6dd1ff

Browse files
committed
Update action
1 parent 7bd107a commit f6dd1ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dist.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- run: npm install
2929
- run: NODE_OPTIONS=--openssl-legacy-provider npm run build
3030
- name: Upload build artifact
31-
uses: actions/upload-artifact@v2
31+
uses: actions/upload-artifact@v4
3232
with:
3333
name: dist
3434
path: dist/

0 commit comments

Comments
 (0)