diff --git a/.github/workflows/ci-on-pull_req.yml b/.github/workflows/ci-on-pull_req.yml index 78b3e87..c20162d 100644 --- a/.github/workflows/ci-on-pull_req.yml +++ b/.github/workflows/ci-on-pull_req.yml @@ -22,7 +22,7 @@ defaults: jobs: build: - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 env: # Do not wait up to the default of 10 minutes for network timeouts in a workflow which runs ca. 4 minutes. SEGMENT_DOWNLOAD_TIMEOUT_MINS: 1 @@ -33,7 +33,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 #- name: Prepare # run: @@ -65,7 +65,7 @@ jobs: sudo cp -r RPMS/. /share/output/$1/$2/' sh_mb2 $RELEASE $ARCH - name: Upload build results - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: RPM-build-results_SDK-for-${{ env.RELEASE }}_${{ env.ARCH }} path: output/ diff --git a/.github/workflows/ci-on-tags.yml b/.github/workflows/ci-on-tags.yml index 14e5b6f..d78c469 100644 --- a/.github/workflows/ci-on-tags.yml +++ b/.github/workflows/ci-on-tags.yml @@ -41,11 +41,11 @@ jobs: # Do not wait up to the default of 10 minutes for network timeouts in a workflow which runs ca. 20 minutes. SEGMENT_DOWNLOAD_TIMEOUT_MINS: 2 RELEASE: ${{ matrix.release }} - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 #- name: Prepare # run: @@ -117,7 +117,7 @@ jobs: sudo cp -r RPMS/. /share/output/$1/$2/' sh_mb2 $RELEASE $ARCH - name: Upload build results - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: RPM-build-results_SDK-for-${{ env.RELEASE }} path: output/