diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9995ea4b99..d7473bb6ac 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 @@ -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 @@ -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 @@ -265,7 +265,7 @@ jobs: GQRX_VERSION=$(