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 @@ -182,7 +182,7 @@ jobs:
182
182
- name : Install
183
183
run : npm ci
184
184
- name : Download Build Artifacts
185
- uses : actions/download-artifact@v4
185
+ uses : actions/download-artifact@v5
186
186
with :
187
187
name : tests-build-cache-${{ github.run_number }}
188
188
path : .nx
@@ -223,7 +223,7 @@ jobs:
223
223
- name : Install
224
224
run : npm ci
225
225
- name : Download Build Artifacts
226
- uses : actions/download-artifact@v4
226
+ uses : actions/download-artifact@v5
227
227
with :
228
228
name : tests-build-cache-${{ github.run_number }}
229
229
path : .nx
You can’t perform that action at this time.
0 commit comments