Skip to content

Commit 2351301

Browse files
upload-artifact@v4
1 parent ba5a918 commit 2351301

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/artifacts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
cache: 'npm'
2121
- run: npm install
2222
- run: npm run build
23-
- uses: actions/upload-artifact@v3
23+
- uses: actions/upload-artifact@v4
2424
with:
2525
name: dist-folders
2626
path: packages/**/dist/**/*

0 commit comments

Comments
 (0)