Skip to content

Commit 016dfa0

Browse files
chore(deps): bump actions/upload-artifact from 4 to 5 (#4117)
1 parent 3bdaf83 commit 016dfa0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
run: npm run build
4949
- name: Upload commonjs build artifacts
5050
if: startsWith(matrix.node-version, '22')
51-
uses: actions/upload-artifact@v4
51+
uses: actions/upload-artifact@v5
5252
with:
5353
name: commonjs
5454
path: ./lib/

0 commit comments

Comments
 (0)