Skip to content

Commit 14b49e6

Browse files
committed
Bump version for actions/upload-artifact
1 parent dc8c963 commit 14b49e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nodeci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- run: npm run build
2828
- name: Store artifacts
2929
if: matrix.node-version == '20.x'
30-
uses: actions/upload-artifact@v2
30+
uses: actions/upload-artifact@v3
3131
with:
3232
name: build-assets
3333
path: assets/

0 commit comments

Comments
 (0)