Skip to content

Commit f0c5a51

Browse files
chore(deps): update actions/download-artifact action to v5 (#2364)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent da46fe0 commit f0c5a51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/validate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
steps:
2828
- uses: actions/checkout@v4
2929
- name: Download code coverage results
30-
uses: actions/download-artifact@v4
30+
uses: actions/download-artifact@v5
3131
with:
3232
name: code-coverage-report
3333
- name: Upload coverage

0 commit comments

Comments
 (0)