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 @@ -877,7 +877,7 @@ jobs:
877
877
- name : Clear previous coverage report
878
878
run : rm -rf main/cov
879
879
- name : Download HTML report
880
- uses : actions/download-artifact@v4
880
+ uses : actions/download-artifact@v5
881
881
with :
882
882
name : coverage-report
883
883
path : main/cov
Original file line number Diff line number Diff line change @@ -59,12 +59,12 @@ jobs:
59
59
- name : Clear previous docs
60
60
run : rm -rf main/{doc,int}
61
61
- name : Download public docs
62
- uses : actions/download-artifact@v4
62
+ uses : actions/download-artifact@v5
63
63
with :
64
64
name : public-docs
65
65
path : main/doc
66
66
- name : Download internal docs
67
- uses : actions/download-artifact@v4
67
+ uses : actions/download-artifact@v5
68
68
with :
69
69
name : internal-docs
70
70
path : main/int
You can’t perform that action at this time.
0 commit comments