Skip to content

Commit a827975

Browse files
chore(deps): update actions/download-artifact action to v5
1 parent 3e3c535 commit a827975

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/test-all-versions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

.github/workflows/unit-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)