diff --git a/.github/workflows/build_all.yml b/.github/workflows/build_all.yml index cfd37e622f..f445df2392 100644 --- a/.github/workflows/build_all.yml +++ b/.github/workflows/build_all.yml @@ -188,14 +188,14 @@ jobs: # Manage flatpak-builder cache externally so PRs restore but never upload - name: Restore flatpak-builder cache if: github.event_name == 'pull_request' - uses: actions/cache/restore@v4 + uses: actions/cache/restore@v5 with: path: .flatpak-builder key: flatpak-builder-${{ matrix.variant.arch }}-${{ github.event.pull_request.base.sha }} restore-keys: flatpak-builder-${{ matrix.variant.arch }}- - name: Save/restore flatpak-builder cache if: github.event_name != 'pull_request' - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: .flatpak-builder key: flatpak-builder-${{ matrix.variant.arch }}-${{ github.sha }}