Skip to content

Commit d85954b

Browse files
committed
Bump actions/upload-artifact@v4 for tests to run
1 parent 0bc41e7 commit d85954b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ jobs:
2020
node-version: '16.x'
2121
- run: npm ci
2222
- run: npm run build
23-
- uses: actions/upload-artifact@v3
23+
- uses: actions/upload-artifact@v4
2424
with:
2525
path: dist

0 commit comments

Comments
 (0)