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 a385905 commit c785dfaCopy full SHA for c785dfa
.github/workflows/main.yml
@@ -28,7 +28,7 @@ jobs:
28
version: ${{ matrix.version }}
29
arch: ${{ matrix.arch }}
30
- name: Cache artifacts
31
- uses: actions/cache@v2
+ uses: actions/cache@v3
32
env:
33
cache-name: cache-artifacts
34
with:
.github/workflows/nightly.yml
@@ -29,7 +29,7 @@ jobs:
- uses: actions/cache@v1
35
0 commit comments