File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 32
32
docker run --rm -v $RUNNER_TEMP/alpine_node:/node_output alpine_nodejs:${{github.event.inputs.NodeVersion}}
33
33
ls -l -R $RUNNER_TEMP/alpine_node
34
34
- name : Upload alpine node.js
35
- uses : actions/upload-artifact@v3
35
+ uses : actions/upload-artifact@v4
36
36
with :
37
37
name : alpine_nodejs_${{github.event.inputs.NodeVersion}}
38
38
path : ${{runner.temp}}/alpine_node/node-${{github.event.inputs.NodeVersion}}-alpine-x64.tar.gz
44
44
container : alpine
45
45
steps :
46
46
- name : Download alpine node.js
47
- uses : actions/download-artifact@v3
47
+ uses : actions/download-artifact@v4
48
48
with :
49
49
name : alpine_nodejs_${{github.event.inputs.NodeVersion}}
50
50
- run : |
62
62
runs-on : ubuntu-latest
63
63
steps :
64
64
- name : Download alpine node.js
65
- uses : actions/download-artifact@v3
65
+ uses : actions/download-artifact@v4
66
66
with :
67
67
name : alpine_nodejs_${{github.event.inputs.NodeVersion}}
68
68
# Create GitHub release
You can’t perform that action at this time.
0 commit comments