diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 9b7aec1..a05eec1 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -14,7 +14,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 }} @@ -25,7 +25,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