Skip to content

Commit

Permalink
Bump actions to newest versions
Browse files Browse the repository at this point in the history
  • Loading branch information
fwcd committed Jul 8, 2024
1 parent b42f230 commit 6ffc3a2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand All @@ -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
Expand Down Expand Up @@ -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 }}

0 comments on commit 6ffc3a2

Please sign in to comment.