diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index c0e07e2..a4e83f7 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -15,7 +15,7 @@ jobs: matrix: arch: ['armv7hl', 'aarch64', 'i486'] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Prepare run: docker pull coderus/sailfishos-platform-sdk:$OS_VERSION && mkdir output - name: Build ${{ matrix.arch }} @@ -26,7 +26,7 @@ jobs: mb2 -t SailfishOS-$OS_VERSION-${{ matrix.arch }} build ; sudo cp -r RPMS/*.rpm /share/output" - name: Upload RPM (${{ matrix.arch }}) - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: rpm-${{ matrix.arch }} path: output