Skip to content

Commit 540f1d7

Browse files
committed
Fix deprecation v2 of actions/download-artifact
1 parent 62d5aaf commit 540f1d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
fetch-depth: 2
7878

7979
- name: "Download coverage files"
80-
uses: "actions/download-artifact@v2"
80+
uses: "actions/download-artifact@v4"
8181
with:
8282
path: "reports"
8383

0 commit comments

Comments
 (0)