@@ -67,21 +67,21 @@ jobs:
6767 run : |
6868 python base/misc/scripts/library-coverage/compare-folders.py out_base out_merge comparison.md
6969 - name : Upload CSV package list
70- uses : actions/upload-artifact@v3
70+ uses : actions/upload-artifact@v4
7171 with :
7272 name : csv-framework-coverage-merge
7373 path : |
7474 out_merge/framework-coverage-*.csv
7575 out_merge/framework-coverage-*.rst
7676 - name : Upload CSV package list
77- uses : actions/upload-artifact@v3
77+ uses : actions/upload-artifact@v4
7878 with :
7979 name : csv-framework-coverage-base
8080 path : |
8181 out_base/framework-coverage-*.csv
8282 out_base/framework-coverage-*.rst
8383 - name : Upload comparison results
84- uses : actions/upload-artifact@v3
84+ uses : actions/upload-artifact@v4
8585 with :
8686 name : comparison
8787 path : |
9393 env :
9494 PR_NUMBER : ${{ github.event.pull_request.number }}
9595 - name : Upload PR number
96- uses : actions/upload-artifact@v3
96+ uses : actions/upload-artifact@v4
9797 with :
9898 name : pr
9999 path : pr/
@@ -113,7 +113,7 @@ jobs:
113113 GITHUB_TOKEN : ${{ github.token }}
114114 PR_NUMBER : ${{ github.event.pull_request.number }}
115115 - name : Upload comment ID (if it exists)
116- uses : actions/upload-artifact@v3
116+ uses : actions/upload-artifact@v4
117117 with :
118118 name : comment
119119 path : comment/
0 commit comments