Skip to content

Commit

Permalink
CI update test
Browse files Browse the repository at this point in the history
  • Loading branch information
jankae committed Nov 19, 2023
1 parent 07c2b89 commit ed0b968
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- name: Upload artifact
env:
LIBREVNA_VERSION: "${{steps.id_version.outputs.app_version}}"
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: LibreVNA-GUI-Ubuntu-${{env.LIBREVNA_VERSION}}
path: Software/PC_Application/LibreVNA-GUI/LibreVNA-GUI
Expand All @@ -56,7 +56,7 @@ jobs:
- uses: msys2/setup-msys2@v2

- name: Install Qt
uses: jurplel/install-qt-action@v2
uses: jurplel/install-qt-action@v3
with:
version: '6.2.0'
arch: 'win64_mingw81'
Expand Down Expand Up @@ -103,15 +103,15 @@ jobs:
shell: cmd

- name: Upload
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
env:
LIBREVNA_VERSION: "${{steps.id_version.outputs.app_version}}"
with:
name: GUI_Windows-${{env.LIBREVNA_VERSION}}
path: Software/PC_Application/LibreVNA-GUI/release

PC_Application_OSX:
runs-on: macos-11
runs-on: macos-12
steps:
- uses: actions/checkout@v1

Expand Down Expand Up @@ -148,7 +148,7 @@ jobs:
- name: Upload artifact
env:
LIBREVNA_VERSION: "${{steps.id_version.outputs.app_version}}"
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: LibreVNA-GUI-OSX-${{env.LIBREVNA_VERSION}}
path: Software/PC_Application/LibreVNA-GUI/LibreVNA-GUI.zip
Expand Down Expand Up @@ -189,7 +189,7 @@ jobs:
shell: bash

- name: Upload
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
env:
LIBREVNA_VERSION: "${{steps.id_version.outputs.app_version}}"
with:
Expand Down

0 comments on commit ed0b968

Please sign in to comment.