@@ -71,21 +71,21 @@ jobs:
7171 run : |
7272 python base/misc/scripts/library-coverage/compare-folders.py out_base out_merge comparison.md
7373 - name : Upload CSV package list
74- uses : actions/upload-artifact@v3
74+ uses : actions/upload-artifact@v4
7575 with :
7676 name : csv-framework-coverage-merge
7777 path : |
7878 out_merge/framework-coverage-*.csv
7979 out_merge/framework-coverage-*.rst
8080 - name : Upload CSV package list
81- uses : actions/upload-artifact@v3
81+ uses : actions/upload-artifact@v4
8282 with :
8383 name : csv-framework-coverage-base
8484 path : |
8585 out_base/framework-coverage-*.csv
8686 out_base/framework-coverage-*.rst
8787 - name : Upload comparison results
88- uses : actions/upload-artifact@v3
88+ uses : actions/upload-artifact@v4
8989 with :
9090 name : comparison
9191 path : |
9797 env :
9898 PR_NUMBER : ${{ github.event.pull_request.number }}
9999 - name : Upload PR number
100- uses : actions/upload-artifact@v3
100+ uses : actions/upload-artifact@v4
101101 with :
102102 name : pr
103103 path : pr/
@@ -117,7 +117,7 @@ jobs:
117117 GITHUB_TOKEN : ${{ github.token }}
118118 PR_NUMBER : ${{ github.event.pull_request.number }}
119119 - name : Upload comment ID (if it exists)
120- uses : actions/upload-artifact@v3
120+ uses : actions/upload-artifact@v4
121121 with :
122122 name : comment
123123 path : comment/
0 commit comments