Skip to content

Commit 263bf6a

Browse files
chore(deps): update actions/download-artifact action to v5
1 parent e6c29be commit 263bf6a

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
@@ -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

0 commit comments

Comments
 (0)