File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -383,7 +383,7 @@ jobs:
383383 # ─────────────────────────────────────────────────────────────────────
384384 steps :
385385 - name : Checkout
386- uses : actions/checkout@v4
386+ uses : actions/checkout@v6
387387 with :
388388 fetch-depth : 1
389389
@@ -430,7 +430,7 @@ jobs:
430430 # IMPORTANT: path must match CPM_SOURCE_CACHE exactly.
431431 # Tilde (~) is NOT safe here — use github.workspace for an absolute path.
432432 - name : Cache CPM packages
433- uses : actions/cache@v4
433+ uses : actions/cache@v5
434434 with :
435435 path : ${{ github.workspace }}/.cache/cpm
436436 key : cpm-${{ runner.os }}-${{ hashFiles('**/CMakeLists.txt') }}
@@ -502,7 +502,7 @@ jobs:
502502 # ── Upload test result XMLs as artifacts ──────────────────────────
503503 - name : Upload test results
504504 if : always()
505- uses : actions/upload-artifact@v4
505+ uses : actions/upload-artifact@v7
506506 with :
507507 name : test-results-${{ matrix.name }}
508508 path : build/Testing/**/*.xml
Original file line number Diff line number Diff line change @@ -507,7 +507,7 @@ jobs:
507507 # and clones the repository to a path that is bind-mounted into the
508508 # container. git does NOT need to be installed in the container.
509509 - name : Checkout
510- uses : actions/checkout@v4
510+ uses : actions/checkout@v6
511511 with :
512512 fetch-depth : 1
513513
@@ -549,7 +549,7 @@ jobs:
549549 # (which IS a JS action and works fine in containers), then configure
550550 # ccache via environment variables.
551551 - name : Restore ccache
552- uses : actions/cache@v4
552+ uses : actions/cache@v5
553553 with :
554554 path : ${{ github.workspace }}/.ccache
555555 key : ccache-fedora-${{ matrix.name }}-${{ github.sha }}
@@ -617,7 +617,7 @@ jobs:
617617 # ── Artifacts ─────────────────────────────────────────────────────────
618618 - name : Upload test results
619619 if : always()
620- uses : actions/upload-artifact@v4
620+ uses : actions/upload-artifact@v7
621621 with :
622622 name : fedora-test-results-${{ matrix.name }}
623623 path : build/Testing/**/*.xml
You can’t perform that action at this time.
0 commit comments