File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 72
72
- name : VS Integration Cache
73
73
id : vs-integration-cache
74
74
if : runner.os == 'Windows'
75
- uses : actions/cache@v4.0.2
75
+ uses : actions/cache@v4
76
76
with :
77
77
path : ./MSBuildExtensions
78
78
key : cuda-${{ matrix.cuda }}-vs-integration
Original file line number Diff line number Diff line change 46
46
python-version : ${{ matrix.python-version }}
47
47
cache : ' pip'
48
48
- name : Restore model cache
49
- uses : actions/cache@v3
49
+ uses : actions/cache@v4
50
50
with :
51
51
path : ~/.cache/huggingface/hub
52
52
key : ${{ runner.os }}-model-${{ env.REPO_ID }}-${{ env.MODEL_FILE }}
86
86
cache : ' pip'
87
87
88
88
- name : Restore model cache
89
- uses : actions/cache@v3
89
+ uses : actions/cache@v4
90
90
with :
91
91
path : ~/.cache/huggingface/hub
92
92
key : ${{ runner.os }}-model-${{ env.REPO_ID }}-${{ env.MODEL_FILE }}
@@ -129,7 +129,7 @@ jobs:
129
129
cache : ' pip'
130
130
131
131
- name : Restore model cache
132
- uses : actions/cache@v3
132
+ uses : actions/cache@v4
133
133
with :
134
134
path : ~/.cache/huggingface/hub
135
135
key : ${{ runner.os }}-model-${{ env.REPO_ID }}-${{ env.MODEL_FILE }}
@@ -168,7 +168,7 @@ jobs:
168
168
python-version : " 3.9"
169
169
170
170
- name : Restore model cache
171
- uses : actions/cache@v3
171
+ uses : actions/cache@v4
172
172
with :
173
173
path : ~/.cache/huggingface/hub
174
174
key : ${{ runner.os }}-model-${{ env.REPO_ID }}-${{ env.MODEL_FILE }}
You can’t perform that action at this time.
0 commit comments