Skip to content

Commit d35f6ed

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
write-all
6363
steps:
6464
- name: Download coverage report from Artifact
65-
uses: actions/download-artifact@v4
65+
uses: actions/download-artifact@v5
6666
with:
6767
name: my-artifact
6868
path: ./.coverage

0 commit comments

Comments
 (0)