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 @@ -182,7 +182,7 @@ jobs:
182182 - name : Install
183183 run : npm ci
184184 - name : Download Build Artifacts
185- uses : actions/download-artifact@v4
185+ uses : actions/download-artifact@v5
186186 with :
187187 name : tests-build-cache-${{ github.run_number }}
188188 path : .nx
@@ -223,7 +223,7 @@ jobs:
223223 - name : Install
224224 run : npm ci
225225 - name : Download Build Artifacts
226- uses : actions/download-artifact@v4
226+ uses : actions/download-artifact@v5
227227 with :
228228 name : tests-build-cache-${{ github.run_number }}
229229 path : .nx
You can’t perform that action at this time.
0 commit comments