We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent acfff4c commit cc18d15Copy full SHA for cc18d15
1 file changed
.github/workflows/node.js.yml
@@ -12,10 +12,10 @@ jobs:
12
runs-on: ubuntu-22.04
13
14
steps:
15
- - uses: actions/checkout@v4.1.1
+ - uses: actions/checkout@v4.2.2
16
17
- name: Use Node.js
18
- uses: actions/setup-node@v4.0.2
+ uses: actions/setup-node@v4.4.0
19
with:
20
node-version: '20.x'
21
cache: 'npm'
@@ -30,7 +30,7 @@ jobs:
30
run: CI=false npm run build --if-present
31
32
- name: Upload www Artifact
33
- uses: actions/upload-artifact@v4.3.1
+ uses: actions/upload-artifact@v4.6.2
34
35
name: fsData
36
path: ${{github.workspace}}/lib/httpd/fsdata.c
0 commit comments