diff --git a/.github/workflows/flatpak_build.yml b/.github/workflows/flatpak_build.yml index a28cb7b450..1d2ecfe2ba 100644 --- a/.github/workflows/flatpak_build.yml +++ b/.github/workflows/flatpak_build.yml @@ -42,7 +42,7 @@ jobs: architecture: x86_64 cache_key: ${{ secrets.PREBUILT_CACHE_SECRET }} - name: Restore bundles and includes from cache - uses: actions/cache/restore@v4 + uses: actions/cache/restore@v5 with: path: | linux-bundles.tar.gz diff --git a/.github/workflows/rocky10_build.yml b/.github/workflows/rocky10_build.yml index b19ccb1e5c..1e819becaf 100644 --- a/.github/workflows/rocky10_build.yml +++ b/.github/workflows/rocky10_build.yml @@ -53,7 +53,7 @@ jobs: timeout_seconds: 60 command: ./utils/ci/nightly_logs.sh ${{ secrets.PREBUILT_CACHE_SECRET }} ${{ github.run_id }} ${{ steps.get_job_id.outputs.job_id }} centos-10 ${{ inputs.release_type }} - name: Restore bundles and includes from cache - uses: actions/cache/restore@v4 + uses: actions/cache/restore@v5 with: path: | linux-bundles.tar.gz diff --git a/.github/workflows/rocky9_build.yml b/.github/workflows/rocky9_build.yml index b6d3707be5..1214991706 100644 --- a/.github/workflows/rocky9_build.yml +++ b/.github/workflows/rocky9_build.yml @@ -139,7 +139,7 @@ jobs: tar -cvzf linux-bundles.tar.gz -C $BUNDLE_REPO_DIR . tar -cvzf linux-include.tar.gz -C build include - name: Cache the bundles and includes - uses: actions/cache/save@v4 + uses: actions/cache/save@v5 with: path: | linux-bundles.tar.gz diff --git a/.github/workflows/ubuntu_build.yml b/.github/workflows/ubuntu_build.yml index daeebc2782..157f13fb95 100644 --- a/.github/workflows/ubuntu_build.yml +++ b/.github/workflows/ubuntu_build.yml @@ -47,7 +47,7 @@ jobs: timeout_seconds: 60 command: ./utils/ci/nightly_logs.sh ${{ secrets.PREBUILT_CACHE_SECRET }} ${{ github.run_id }} ${{ steps.get_job_id.outputs.job_id }} ${{matrix.os}} ${{ inputs.release_type }} - name: Restore bundles and includes from cache - uses: actions/cache/restore@v4 + uses: actions/cache/restore@v5 with: path: | linux-bundles.tar.gz