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 3232 docker run --rm -v $RUNNER_TEMP/alpine_node:/node_output alpine_nodejs:${{github.event.inputs.NodeVersion}}
3333 ls -l -R $RUNNER_TEMP/alpine_node
3434 - name : Upload alpine node.js
35- uses : actions/upload-artifact@v3
35+ uses : actions/upload-artifact@v4
3636 with :
3737 name : alpine_nodejs_${{github.event.inputs.NodeVersion}}
3838 path : ${{runner.temp}}/alpine_node/node-${{github.event.inputs.NodeVersion}}-alpine-x64.tar.gz
4444 container : alpine
4545 steps :
4646 - name : Download alpine node.js
47- uses : actions/download-artifact@v3
47+ uses : actions/download-artifact@v4
4848 with :
4949 name : alpine_nodejs_${{github.event.inputs.NodeVersion}}
5050 - run : |
6262 runs-on : ubuntu-latest
6363 steps :
6464 - name : Download alpine node.js
65- uses : actions/download-artifact@v3
65+ uses : actions/download-artifact@v4
6666 with :
6767 name : alpine_nodejs_${{github.event.inputs.NodeVersion}}
6868 # Create GitHub release
You can’t perform that action at this time.
0 commit comments