mirror of
https://github.com/Yubico/yubioath-flutter.git
synced 2024-11-26 10:33:15 +03:00
checkout@v3, upload-artifact@v3 all platforms
This commit is contained in:
parent
f1a3573098
commit
eca8594aaf
4
.github/workflows/android.yaml
vendored
4
.github/workflows/android.yaml
vendored
@ -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/*
|
||||
|
4
.github/workflows/linux.yml
vendored
4
.github/workflows/linux.yml
vendored
@ -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
|
||||
|
4
.github/workflows/windows.yml
vendored
4
.github/workflows/windows.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user