Skip to content

Commit

Permalink
Update to latest action versions
Browse files Browse the repository at this point in the history
  • Loading branch information
argilo committed Feb 9, 2024
1 parent bbf9f01 commit e5704c1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ jobs:
make install
ldconfig
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Configure
Expand All @@ -124,7 +124,7 @@ jobs:
- name: Build AppImage
run: ./appimage.sh
- name: Save artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: gqrx-appimage-${{ github.run_id }}
path: Gqrx-*.AppImage
Expand Down Expand Up @@ -223,7 +223,7 @@ jobs:
security import $CERTIFICATE_PATH -P "$P12_PASSWORD" -A -t cert -f pkcs12 -k $KEYCHAIN_PATH
security list-keychain -d user -s $KEYCHAIN_PATH
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Configure
Expand Down Expand Up @@ -265,7 +265,7 @@ jobs:
GQRX_VERSION=$(<build/version.txt)
mv Gqrx.dmg Gqrx-$GQRX_VERSION.dmg
- name: Save artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: gqrx-macos-${{ github.run_id }}
path: Gqrx-*.dmg
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
libqt6svgwidgets6 \
libgl-dev
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Configure
run: |
mkdir build
Expand Down Expand Up @@ -87,7 +87,7 @@ jobs:
LIBRARY_PATH=/usr/local/opt/icu4c/lib make -j4
make install
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Configure
run: mkdir build && cd build && cmake -DOSX_AUDIO_BACKEND:STRING=${{ matrix.backend }} ..
- name: Compile
Expand Down Expand Up @@ -151,7 +151,7 @@ jobs:
cmake --build build
cmake --install build
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Configure, compile & install
run: |
cmake -S . -B build \
Expand Down

0 comments on commit e5704c1

Please sign in to comment.