mirror of
https://github.com/msojocs/wx-compiler.git
synced 2025-07-19 00:00:04 +08:00
update: runner version
This commit is contained in:
parent
bf19db4f47
commit
002f1b4c33
6
.github/workflows/release.yml
vendored
6
.github/workflows/release.yml
vendored
@ -71,7 +71,7 @@ jobs:
|
|||||||
ls -l
|
ls -l
|
||||||
|
|
||||||
- name: Upload artifact
|
- name: Upload artifact
|
||||||
uses: actions/upload-artifact@v2.3.1
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
# Artifact name
|
# Artifact name
|
||||||
name: wx-compiler-${{ matrix.ARCH }}.build
|
name: wx-compiler-${{ matrix.ARCH }}.build
|
||||||
@ -99,7 +99,7 @@ jobs:
|
|||||||
node-version: '18.12.0'
|
node-version: '18.12.0'
|
||||||
check-latest: false
|
check-latest: false
|
||||||
- name: Download artifacts
|
- name: Download artifacts
|
||||||
uses: actions/download-artifact@v2
|
uses: actions/download-artifact@v3
|
||||||
|
|
||||||
- name: Inspect directory after downloading artifacts
|
- name: Inspect directory after downloading artifacts
|
||||||
run: ls -alFR
|
run: ls -alFR
|
||||||
@ -166,7 +166,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Download artifacts
|
- name: Download artifacts
|
||||||
uses: actions/download-artifact@v2
|
uses: actions/download-artifact@v3
|
||||||
- name: Inspect directory after downloading artifacts
|
- name: Inspect directory after downloading artifacts
|
||||||
run: ls -alFR
|
run: ls -alFR
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user