checkout@v3, upload-artifact@v3

This commit is contained in:
Adam Velebil 2022-10-24 08:40:58 +02:00
parent 232299cfae
commit f1a3573098
No known key found for this signature in database
GPG Key ID: AC6D6B9D715FC084

View File

@ -8,7 +8,7 @@ jobs:
runs-on: macos-latest runs-on: macos-latest
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v3
- name: Set up Python - name: Set up Python
uses: actions/setup-python@v2 uses: actions/setup-python@v2
@ -66,7 +66,7 @@ jobs:
tar -czf deploy/yubioath-desktop-${REF}.app.tar.gz -C build/macos/Build/Products/Release "Yubico Authenticator.app" tar -czf deploy/yubioath-desktop-${REF}.app.tar.gz -C build/macos/Build/Products/Release "Yubico Authenticator.app"
- name: Upload artifact - name: Upload artifact
uses: actions/upload-artifact@v1 uses: actions/upload-artifact@v3
with: with:
name: yubioath-desktop-macos name: yubioath-desktop-macos
path: deploy path: deploy