Skip to content

Commit b0519f5

Browse files
chore(deps): update actions/download-artifact action to v5
1 parent b61357e commit b0519f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/unit-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -244,13 +244,13 @@ jobs:
244244
ref: ${{ github.event.pull_request.head.sha || github.sha }}
245245

246246
- name: Download backend coverage
247-
uses: actions/download-artifact@v4
247+
uses: actions/download-artifact@v5
248248
with:
249249
name: backend-coverage
250250
path: packages/backend/coverage
251251

252252
- name: Download front-end coverage
253-
uses: actions/download-artifact@v4
253+
uses: actions/download-artifact@v5
254254
with:
255255
name: frontend-coverage
256256
path: packages/frontend/coverage

0 commit comments

Comments
 (0)