Bump actions version

This commit is contained in:
Tingluo Huang
2022-12-22 13:18:41 -05:00
committed by GitHub
parent b85caf7640
commit 23f168a925

View File

@@ -14,7 +14,7 @@ jobs:
name: Build node.js ${{github.event.inputs.NodeVersion}}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Build the Docker image
run: |
NodeVersion="${{github.event.inputs.NodeVersion}}"
@@ -32,7 +32,7 @@ jobs:
docker run --rm -v $RUNNER_TEMP/alpine_node:/node_output alpine_nodejs:${{github.event.inputs.NodeVersion}}
ls -l -R $RUNNER_TEMP/alpine_node
- name: Upload alpine node.js
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: alpine_nodejs_${{github.event.inputs.NodeVersion}}
path: ${{runner.temp}}/alpine_node/node-${{github.event.inputs.NodeVersion}}-alpine-x64.tar.gz
@@ -44,7 +44,7 @@ jobs:
container: alpine
steps:
- name: Download alpine node.js
uses: actions/download-artifact@v2
uses: actions/download-artifact@v3
with:
name: alpine_nodejs_${{github.event.inputs.NodeVersion}}
- run: |
@@ -62,7 +62,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Download alpine node.js
uses: actions/download-artifact@v2
uses: actions/download-artifact@v3
with:
name: alpine_nodejs_${{github.event.inputs.NodeVersion}}
# Create GitHub release