GHA: update actions to v3 (node16)
This commit is contained in:
10
.github/workflows/main.yml
vendored
10
.github/workflows/main.yml
vendored
@@ -29,14 +29,14 @@ jobs:
|
||||
run : |
|
||||
Get-CIMInstance -Class Win32_Processor | Select-Object -Property Name
|
||||
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
path: temp
|
||||
fetch-depth: 0
|
||||
persist-credentials: false
|
||||
|
||||
# to match the autobuild environment
|
||||
- uses: actions/setup-python@v2
|
||||
- uses: actions/setup-python@v3
|
||||
with:
|
||||
python-version: '3.8'
|
||||
architecture: 'x64'
|
||||
@@ -81,7 +81,7 @@ jobs:
|
||||
MINGW_ARCH=${{ matrix.msystem }} ./.ci/ci-build.sh
|
||||
|
||||
- name: "Upload binaries"
|
||||
uses: actions/upload-artifact@v2
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: ${{ matrix.msystem }}-packages
|
||||
path: C:/_/artifacts/*.pkg.tar.*
|
||||
@@ -99,8 +99,8 @@ jobs:
|
||||
needs: [build]
|
||||
runs-on: windows-2022
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/download-artifact@v2
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/download-artifact@v3
|
||||
continue-on-error: true
|
||||
with:
|
||||
name: MINGW64-packages
|
||||
|
||||
Reference in New Issue
Block a user