GHA: update actions to v3 (node16)

This commit is contained in:
Mehdi Chinoune
2022-03-07 07:35:40 +01:00
parent 70ea66e332
commit 4b13ec07cd
2 changed files with 9 additions and 9 deletions

View File

@@ -14,11 +14,11 @@ jobs:
if: ${{ github.repository == 'msys2/MINGW-packages' || github.event_name == 'workflow_dispatch' }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: actions/setup-python@v2
- uses: actions/setup-python@v3
with:
python-version: '3.9'
@@ -41,7 +41,7 @@ jobs:
$MSYS2_ROOT=(msys2 -c 'cygpath -w /')
python -u .ci/ci-generate-srcinfo.py --time-limit 19800 mingw "$MSYS2_ROOT" . srcinfo.json
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v3
with:
name: result
path: srcinfo.json
@@ -52,7 +52,7 @@ jobs:
permissions:
contents: write
steps:
- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v3
with:
name: result