Skip to content

Commit da4b962

Browse files
committed
chore: put corre t version of download-artifact action
1 parent f937794 commit da4b962

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/test.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ jobs:
199199
- name: Install
200200
run: npm ci
201201
- name: Download Build Artifacts
202-
uses: actions/download-artifact@v4
202+
uses: actions/download-artifact@v5
203203
with:
204204
name: compile-cache-${{ github.run_number }}
205205
path: .nx
@@ -249,27 +249,27 @@ jobs:
249249
run: npm ci
250250
# NOTE: keep this in sync with the node versions from `unit-test` job
251251
- name: Download Test Artifacts (18)
252-
uses: actions/download-artifact@v4
252+
uses: actions/download-artifact@v5
253253
with:
254254
name: tests-coverage-cache-${{ github.run_number }}-18
255255
path: .
256256
- name: Download Test Artifacts (18.19.0)
257-
uses: actions/download-artifact@v4
257+
uses: actions/download-artifact@v5
258258
with:
259259
name: tests-coverage-cache-${{ github.run_number }}-18.19.0
260260
path: .
261261
- name: Download Test Artifacts (20)
262-
uses: actions/download-artifact@v4
262+
uses: actions/download-artifact@v5
263263
with:
264264
name: tests-coverage-cache-${{ github.run_number }}-20
265265
path: .
266266
- name: Download Test Artifacts (20.6.0)
267-
uses: actions/download-artifact@v4
267+
uses: actions/download-artifact@v5
268268
with:
269269
name: tests-coverage-cache-${{ github.run_number }}-20.6.0
270270
path: .
271271
- name: Download Test Artifacts (22)
272-
uses: actions/download-artifact@v4
272+
uses: actions/download-artifact@v5
273273
with:
274274
name: tests-coverage-cache-${{ github.run_number }}-22
275275
path: .

0 commit comments

Comments
 (0)