chore(ci): bump artifact-upload@v4

and fix azure-pipelines job name

Signed-off-by: Hiroshi Miura <miurahr@linux.com>
This commit is contained in:
Hiroshi Miura
2024-09-29 10:56:21 +09:00
parent 1307eb14ba
commit b942aab190
2 changed files with 2 additions and 2 deletions

View File

@@ -186,7 +186,7 @@ jobs:
print('PREFIX {}'.format(result))
shell: python
working-directory: ${{ github.workspace }}
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
if: matrix.artifact == 'binary'
with:
name: aqt-${{ matrix.os }}-standalone

View File

@@ -54,7 +54,7 @@ jobs:
steps:
- template: ci/steps.yml
- job: Linux ARM64
- job: Linux_ARM64
dependsOn: MatricesGenerator
pool:
vmImage: 'ubuntu-22.04'