From 6ffc3a2995a3626ec72a2ae4b1310f5ea5022769 Mon Sep 17 00:00:00 2001 From: fwcd Date: Tue, 9 Jul 2024 00:53:41 +0200 Subject: [PATCH] Bump actions to newest versions --- .github/workflows/build-and-test.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index 522907da..8d815513 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -31,7 +31,7 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Check out Git repository - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: "[Ubuntu] Install dependencies" if: startsWith(matrix.os, 'ubuntu') run: | @@ -41,7 +41,7 @@ jobs: if: startsWith(matrix.os, 'macos') run: brew install fftw catch2 - name: "[Windows] Set up vcpkg cache" - uses: actions/cache@v2 + uses: actions/cache@v4 if: runner.os == 'Windows' with: path: C:\Users\runneradmin\AppData\Local\vcpkg\archives @@ -83,7 +83,7 @@ jobs: env: CMAKE_PREFIX_PATH: ${{ matrix.install_dir }} - name: Upload Build Artifact - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: ${{ matrix.name }} libKeyFinder build path: ${{ matrix.install_dir }}