From ab8d74f5e08de80bd82d9fc6b2748dfdef1d654d Mon Sep 17 00:00:00 2001 From: xavier2k6 <42386382+xavier2k6@users.noreply.github.com> Date: Thu, 29 Jan 2026 10:45:17 +0000 Subject: Bump the .github workflows action versions. Bump `actions/checkout` from `v4` to `v6`. Bump `actions/upload-artifact` from `v4` to `v6`. --- .github/workflows/cmake.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.github/workflows/cmake.yml') diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 70f667ca..5409195c 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -109,7 +109,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Install packages (Windows) if: runner.os == 'Windows' @@ -137,7 +137,7 @@ jobs: run: cmake --build ../build --config ${{ matrix.build-config || 'Release' }} -t ${{ matrix.pkgtgt }} - name: Upload build errors - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v6 if: failure() with: name: ${{ matrix.name }} (cmake) -- cgit v1.2.3-55-g6feb