File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ jobs:
108108 fetch-depth : 0 # Shallow clones should be disabled for a better relevancy of analysis
109109
110110 - name : download vitest code coverage results
111- uses : actions/download-artifact@v4
111+ uses : actions/download-artifact@v5
112112 with :
113113 name : vitest-code-coverage-report
114114 path : ./coverage/
Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ jobs:
108108 fetch-depth : 0 # Shallow clones should be disabled for a better relevancy of analysis
109109
110110 - name : download vitest code coverage results
111- uses : actions/download-artifact@v4
111+ uses : actions/download-artifact@v5
112112 with :
113113 name : vitest-code-coverage-report
114114 path : ./coverage/
@@ -131,7 +131,7 @@ jobs:
131131
132132 steps :
133133 - name : download vitest code coverage results
134- uses : actions/download-artifact@v4
134+ uses : actions/download-artifact@v5
135135 with :
136136 name : vitest-code-coverage-report
137137 path : ./coverage/
You can’t perform that action at this time.
0 commit comments