checkout@v3, upload-artifact@v3 all platforms

This commit is contained in:
Adam Velebil 2022-10-24 08:49:06 +02:00
parent f1a3573098
commit eca8594aaf
No known key found for this signature in database
GPG Key ID: AC6D6B9D715FC084
3 changed files with 6 additions and 6 deletions

View File

@ -22,7 +22,7 @@ jobs:
flutter config
flutter --version
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
path: 'app'
@ -82,7 +82,7 @@ jobs:
mv "${NATIVE_LIBS}/"*zip artifacts/
working-directory: ./app
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v3
with:
name: yubico-authenticator-android
path: app/artifacts/*

View File

@ -11,7 +11,7 @@ jobs:
os: [ubuntu-18.04, ubuntu-latest]
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v2
@ -58,7 +58,7 @@ jobs:
tar -czf deploy/yubioath-desktop-${REF}-linux-${{matrix.os}}.tar.gz -C build/linux/x64/release/bundle .
- name: Upload artifact
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v3
with:
name: yubioath-desktop-linux
path: deploy

View File

@ -8,7 +8,7 @@ jobs:
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v2
@ -77,7 +77,7 @@ jobs:
mv resources deploy
- name: Upload artifact
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v3
with:
name: yubioath-desktop-windows
path: deploy