Skip to content

Commit 4f71826

Browse files
chore: Bump actions/download-artifact from 4 to 5 (#295)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 06a737b commit 4f71826

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,11 +85,11 @@ jobs:
8585
steps:
8686
- uses: actions/checkout@v5
8787
- name: Download unit test coverage
88-
uses: actions/download-artifact@v4
88+
uses: actions/download-artifact@v5
8989
with:
9090
name: unit-coverage
9191
- name: Download E2E test coverage
92-
uses: actions/download-artifact@v4
92+
uses: actions/download-artifact@v5
9393
with:
9494
name: e2e-coverage
9595
- name: Upload to codecov

0 commit comments

Comments
 (0)