Skip to content

Commit

Permalink
Upgrade ache action to v4
Browse files Browse the repository at this point in the history
Signed-off-by: Joel Van Eenwyk <joel.vaneenwyk@gmail.com>
  • Loading branch information
joelvaneenwyk committed Jul 8, 2024
1 parent 82b251f commit ba10d65
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:
run: make rustfmt

- name: Fetch kvm-unit-test cache
uses: actions/cache@v3
uses: actions/cache@v4
id: cache-kvm-unit-test
with:
path: tests/kvm-unit-tests/
Expand All @@ -115,7 +115,7 @@ jobs:
run: tests/kvm-unit-tests/run.js tests/kvm-unit-tests/x86/realmode.flat

- name: Fetch namsmtests cache
uses: actions/cache@v3
uses: actions/cache@v4
id: cache-nasmtests
with:
path: tests/nasm/${{ env.BUILD_DIR }}/
Expand All @@ -131,7 +131,7 @@ jobs:
run: make rust-test

- name: Fetch image cache
uses: actions/cache@v3
uses: actions/cache@v4
id: cache-images
with:
path: images/
Expand Down

0 comments on commit ba10d65

Please sign in to comment.