File tree Expand file tree Collapse file tree 4 files changed +10
-10
lines changed
Expand file tree Collapse file tree 4 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -106,13 +106,13 @@ jobs:
106106 with :
107107 token : ${{ secrets.ADMIN_PAT }}
108108 - name : Download Test Stats
109- uses : actions/download-artifact@v4
109+ uses : actions/download-artifact@v8
110110 with :
111111 pattern : test-stats-*
112112 merge-multiple : true
113113 path : test-stats/
114114 - name : Download Coverage Report
115- uses : actions/download-artifact@v4
115+ uses : actions/download-artifact@v8
116116 continue-on-error : true
117117 with :
118118 name : coverage-report
Original file line number Diff line number Diff line change 1818 steps :
1919 - uses : actions/checkout@v6
2020 - name : Download Test Stats
21- uses : actions/download-artifact@v4
21+ uses : actions/download-artifact@v8
2222 continue-on-error : true
2323 with :
2424 pattern : test-stats-*
2727 run-id : ${{ github.event.workflow_run.id }}
2828 github-token : ${{ secrets.GITHUB_TOKEN }}
2929 - name : Download Coverage Report
30- uses : actions/download-artifact@v4
30+ uses : actions/download-artifact@v8
3131 continue-on-error : true
3232 with :
3333 name : coverage-report
Original file line number Diff line number Diff line change @@ -121,7 +121,7 @@ jobs:
121121 steps :
122122 - uses : actions/checkout@v6
123123 - name : Download Coverage Report
124- uses : actions/download-artifact@v4
124+ uses : actions/download-artifact@v8
125125 continue-on-error : true
126126 with :
127127 name : coverage-report
You can’t perform that action at this time.
0 commit comments