Skip to content

Commit

Permalink
Bump cache to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
novafacing committed Mar 2, 2024
1 parent 1ba66a1 commit 25b91fd
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Cache SIMICS Dependencies
id: cache-simics-packages
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ~/simics
key: simics-linux-${{ env.PUBLIC_SIMICS_PACKAGE_VERSION_1000 }}
Expand Down Expand Up @@ -108,7 +108,7 @@ jobs:
- name: Cache Test Artifacts
id: cache-test-artifacts-riscv-64
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: tests/rsrc/riscv-64/
key: cache-test-artifacts-${{ hashFiles('tests/rsrc/riscv-64/**/*') }}
Expand Down Expand Up @@ -142,7 +142,7 @@ jobs:

- name: Cache Test Artifacts
id: cache-test-artifacts-x86_64-breakpoint-uefi-edk2
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: tests/rsrc/x86_64-breakpoint-uefi-edk2
key: cache-test-artifacts-${{ hashFiles('tests/rsrc/x86_64-breakpoint-uefi-edk2/**/*') }}
Expand Down Expand Up @@ -176,7 +176,7 @@ jobs:

- name: Cache Test Artifacts
id: cache-test-artifacts-x86_64-crash-uefi
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: tests/rsrc/x86_64-crash-uefi
key: cache-test-artifacts-${{ hashFiles('tests/rsrc/x86_64-crash-uefi/**/*') }}
Expand Down Expand Up @@ -210,7 +210,7 @@ jobs:

- name: Cache Test Artifacts
id: cache-test-artifacts-x86_64-timeout-uefi-edk2
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: tests/rsrc/x86_64-timeout-uefi-edk2
key: cache-test-artifacts-${{ hashFiles('tests/rsrc/x86_64-timeout-uefi-edk2/**/*') }}
Expand Down Expand Up @@ -244,7 +244,7 @@ jobs:

- name: Cache Test Artifacts
id: cache-test-artifacts-x86_64-uefi
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: tests/rsrc/x86_64-uefi
key: cache-test-artifacts-${{ hashFiles('tests/rsrc/x86_64-uefi/**/*') }}
Expand Down Expand Up @@ -278,7 +278,7 @@ jobs:

- name: Cache Test Artifacts
id: cache-test-artifacts-x86_64-uefi-edk2
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: tests/rsrc/x86_64-uefi-edk2
key: cache-test-artifacts-${{ hashFiles('tests/rsrc/x86_64-uefi-edk2/**/*') }}
Expand Down Expand Up @@ -325,7 +325,7 @@ jobs:
- name: Cache Test Artifacts
id: cache-test-artifacts-x86-user
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: tests/rsrc/x86-user/
key: cache-test-artifacts-${{ hashFiles('tests/rsrc/x86-user/**/*') }}
Expand Down Expand Up @@ -427,7 +427,7 @@ jobs:

- name: Cache SIMICS Dependencies
id: cache-simics-packages
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ~/simics
key: simics-linux-${{ env.PUBLIC_SIMICS_PACKAGE_VERSION_1000 }}
Expand Down Expand Up @@ -494,7 +494,7 @@ jobs:
- name: Cache MinGW
id: cache-mingw
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: C:\MinGW\
key: mingw-${{ env.MINGW_VERSION }}
Expand All @@ -520,7 +520,7 @@ jobs:
- name: Cache SIMICS
id: cache-simics-packages-windows
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
C:\ISPM\
Expand Down Expand Up @@ -579,7 +579,7 @@ jobs:

- name: Cache Builder Dependencies
id: cache-builder-dependencies
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: .github/builder/rsrc
key: "cache-builder-dependencies-${{ env.PUBLIC_SIMICS_ISPM_URL}}-${{env.PUBLIC_SIMICS_PKGS_URL }}"
Expand Down

0 comments on commit 25b91fd

Please sign in to comment.