@@ -56,13 +56,13 @@ jobs:
5656 detailed_summary : true
5757 skip_success_summary : true
5858 - name : Archive HTML test reports
59- uses : actions/upload-artifact@v4
59+ uses : actions/upload-artifact@v5
6060 if : always()
6161 with :
6262 name : vitest-reports
6363 path : test/html_reports/*
6464 - name : Archive coverage report
65- uses : actions/upload-artifact@v4
65+ uses : actions/upload-artifact@v5
6666 if : always()
6767 with :
6868 name : vitest-coverage
@@ -113,13 +113,13 @@ jobs:
113113 detailed_summary : true
114114 skip_success_summary : true
115115 - name : Archive HTML test reports
116- uses : actions/upload-artifact@v4
116+ uses : actions/upload-artifact@v5
117117 if : always()
118118 with :
119119 name : minitest-reports
120120 path : test/html_reports/*
121121 - name : Archive coverage report
122- uses : actions/upload-artifact@v4
122+ uses : actions/upload-artifact@v5
123123 if : always()
124124 with :
125125 name : minitest-coverage
@@ -225,7 +225,7 @@ jobs:
225225 run : tar cfz doc-site.tar.gz ./doc-site/build
226226 - name : Store built site
227227 if : github.event_name == 'push' && github.event.ref == 'refs/heads/main'
228- uses : actions/upload-artifact@v4
228+ uses : actions/upload-artifact@v5
229229 with :
230230 name : doc-site
231231 path : doc-site.tar.gz
@@ -237,12 +237,12 @@ jobs:
237237 - minitest
238238 steps :
239239 - name : Download Minitest coverage
240- uses : actions/download-artifact@v4
240+ uses : actions/download-artifact@v6
241241 with :
242242 name : minitest-coverage
243243 path : minitest-coverage
244244 - name : Download Vitest coverage
245- uses : actions/download-artifact@v4
245+ uses : actions/download-artifact@v6
246246 with :
247247 name : vitest-coverage
248248 path : vitest-coverage
0 commit comments