We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 295266c commit a41476aCopy full SHA for a41476a
.github/workflows/Benchmark.yml
@@ -11,7 +11,7 @@ jobs:
11
- uses: actions/checkout@v4
12
- uses: julia-actions/setup-julia@latest
13
- name: Cache artifacts
14
- uses: actions/cache@v3
+ uses: actions/cache@v4
15
env:
16
cache-name: cache-artifacts
17
with:
.github/workflows/ci.yml
@@ -28,7 +28,7 @@ jobs:
28
29
version: ${{ matrix.version }}
30
arch: ${{ matrix.arch }}
31
- - uses: actions/cache@v3
+ - uses: actions/cache@v4
32
33
34
0 commit comments