4545 - name : Compile (Delta)
4646 run : npm run compile:ci:affected
4747 - name : Upload Build Artifacts
48- uses : actions/upload-artifact@v4
48+ uses : actions/upload-artifact@v7
4949 with :
5050 name : compile-cache-${{ github.run_number }}
5151 path : .nx
7878 run : npm ci
7979 timeout-minutes : 10
8080 - name : Download Build Artifacts
81- uses : actions/download-artifact@v5
81+ uses : actions/download-artifact@v8
8282 with :
8383 name : compile-cache-${{ github.run_number }}
8484 path : .nx
@@ -126,7 +126,7 @@ jobs:
126126 - run : npm ci
127127 timeout-minutes : 10
128128 - name : Download Build Artifacts
129- uses : actions/download-artifact@v5
129+ uses : actions/download-artifact@v8
130130 with :
131131 name : compile-cache-${{ github.run_number }}
132132 path : .nx
@@ -150,7 +150,7 @@ jobs:
150150 if : always()
151151 run : npm run test-services:stop
152152 - name : Upload Test Artifacts
153- uses : actions/upload-artifact@v4
153+ uses : actions/upload-artifact@v7
154154 with :
155155 name : tests-coverage-cache-${{ github.run_number }}-${{ matrix.node }}
156156 include-hidden-files : true
@@ -177,22 +177,22 @@ jobs:
177177 timeout-minutes : 10
178178 # Note: Keep this in sync with the node versions from `test-all-versions` job.
179179 - name : Download Test Artifacts (18)
180- uses : actions/download-artifact@v5
180+ uses : actions/download-artifact@v8
181181 with :
182182 name : tests-coverage-cache-${{ github.run_number }}-18
183183 path : .
184184 - name : Download Test Artifacts (20)
185- uses : actions/download-artifact@v5
185+ uses : actions/download-artifact@v8
186186 with :
187187 name : tests-coverage-cache-${{ github.run_number }}-20
188188 path : .
189189 - name : Download Test Artifacts (22)
190- uses : actions/download-artifact@v5
190+ uses : actions/download-artifact@v8
191191 with :
192192 name : tests-coverage-cache-${{ github.run_number }}-22
193193 path : .
194194 - name : Download Test Artifacts (24)
195- uses : actions/download-artifact@v5
195+ uses : actions/download-artifact@v8
196196 with :
197197 name : tests-coverage-cache-${{ github.run_number }}-24
198198 path : .
0 commit comments