Skip to content

Commit cff28f2

Browse files
Update actions/upload-artifact action to v4 (#174)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9f0d5f8 commit cff28f2

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
@@ -29,7 +29,7 @@ jobs:
2929
env:
3030
CI: true
3131
- name: Archive production artifacts
32-
uses: actions/upload-artifact@v3
32+
uses: actions/upload-artifact@v4
3333
with:
3434
name: tmp-zip-node-v${{ matrix.node-version }}
3535
path: tmp/*.zip

0 commit comments

Comments
 (0)