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 bcda4dc commit 784e448Copy full SHA for 784e448
.github/workflows/phantoms.yaml
@@ -37,15 +37,15 @@ jobs:
37
38
- name: Cache Node Posix
39
if: runner.os != 'Windows' && !env.ACT
40
- uses: actions/cache@v3
+ uses: actions/cache@v4
41
with:
42
path: ~/.npm
43
key: npm-${{ runner.os }}-${{ env.cache-name }}
44
45
- name: Cache Phantoms
46
if: ${{ !env.ACT }}
47
id: phantom-cache
48
49
env:
50
cache-name: cache-phantoms
51
.github/workflows/python.yaml
@@ -38,7 +38,7 @@ jobs:
id: cache-phantoms
- uses: actions/cache@v2
path: US-sourced-OpenNeuroPET-Phantoms.zip
key: ${{ runner.os }}-phantoms
0 commit comments