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:
169169 - name : Install
170170 run : npm ci
171171 - name : Download Build Artifacts
172- uses : actions/download-artifact@v4
172+ uses : actions/download-artifact@v5
173173 with :
174174 name : tav-build-cache-${{ github.run_number }}
175175 path : .nx
Original file line number Diff line number Diff line change @@ -183,7 +183,7 @@ jobs:
183183 - name : Install
184184 run : npm ci
185185 - name : Download Build Artifacts
186- uses : actions/download-artifact@v4
186+ uses : actions/download-artifact@v5
187187 with :
188188 name : tests-build-cache-${{ github.run_number }}
189189 path : .nx
@@ -224,7 +224,7 @@ jobs:
224224 - name : Install
225225 run : npm ci
226226 - name : Download Build Artifacts
227- uses : actions/download-artifact@v4
227+ uses : actions/download-artifact@v5
228228 with :
229229 name : tests-build-cache-${{ github.run_number }}
230230 path : .nx
You can’t perform that action at this time.
0 commit comments