Skip to content

Commit cc18d15

Browse files
authored
Bump node workflow actions (#1399)
1 parent acfff4c commit cc18d15

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/node.js.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ jobs:
1212
runs-on: ubuntu-22.04
1313

1414
steps:
15-
- uses: actions/checkout@v4.1.1
15+
- uses: actions/checkout@v4.2.2
1616

1717
- name: Use Node.js
18-
uses: actions/setup-node@v4.0.2
18+
uses: actions/setup-node@v4.4.0
1919
with:
2020
node-version: '20.x'
2121
cache: 'npm'
@@ -30,7 +30,7 @@ jobs:
3030
run: CI=false npm run build --if-present
3131

3232
- name: Upload www Artifact
33-
uses: actions/upload-artifact@v4.3.1
33+
uses: actions/upload-artifact@v4.6.2
3434
with:
3535
name: fsData
3636
path: ${{github.workspace}}/lib/httpd/fsdata.c

0 commit comments

Comments
 (0)