File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -169,7 +169,7 @@ jobs:
169
169
- name : Install
170
170
run : npm ci
171
171
- name : Download Build Artifacts
172
- uses : actions/download-artifact@v4
172
+ uses : actions/download-artifact@v5
173
173
with :
174
174
name : tav-build-cache-${{ github.run_number }}
175
175
path : .nx
Original file line number Diff line number Diff line change @@ -183,7 +183,7 @@ jobs:
183
183
- name : Install
184
184
run : npm ci
185
185
- name : Download Build Artifacts
186
- uses : actions/download-artifact@v4
186
+ uses : actions/download-artifact@v5
187
187
with :
188
188
name : tests-build-cache-${{ github.run_number }}
189
189
path : .nx
@@ -224,7 +224,7 @@ jobs:
224
224
- name : Install
225
225
run : npm ci
226
226
- name : Download Build Artifacts
227
- uses : actions/download-artifact@v4
227
+ uses : actions/download-artifact@v5
228
228
with :
229
229
name : tests-build-cache-${{ github.run_number }}
230
230
path : .nx
You can’t perform that action at this time.
0 commit comments