File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5252 echo "${{ github.event.number }}" > .PR_NUMBER
5353
5454 - name : Upload Artifact
55- uses : actions/upload-artifact@v4
55+ uses : actions/upload-artifact@v6
5656 with :
5757 name : benchmark-core
5858 include-hidden-files : true
Original file line number Diff line number Diff line change 5757 echo "${{ github.event.number }}" > .PR_NUMBER
5858
5959 - name : Upload Artifact
60- uses : actions/upload-artifact@v4
60+ uses : actions/upload-artifact@v6
6161 with :
6262 name : benchmark-ssr
6363 include-hidden-files : true
Original file line number Diff line number Diff line change @@ -134,7 +134,7 @@ jobs:
134134 EVENT_INFO : ${{ toJSON(github.event) }}
135135
136136 - name : Upload result artifacts
137- uses : actions/upload-artifact@v4
137+ uses : actions/upload-artifact@v6
138138 with :
139139 name : results
140140 path : artifacts/
Original file line number Diff line number Diff line change 4444 cp -r target/doc/* api-docs/dist/next
4545
4646 - name : Upload build artifact
47- uses : actions/upload-artifact@v4
47+ uses : actions/upload-artifact@v6
4848 with :
4949 name : api-docs
5050 path : api-docs/
5757
5858 - if : github.event_name == 'pull_request'
5959 name : Upload pr info
60- uses : actions/upload-artifact@v4
60+ uses : actions/upload-artifact@v6
6161 with :
6262 name : pr-info
6363 include-hidden-files : true
Original file line number Diff line number Diff line change 5656 npm run build
5757
5858 - name : Upload build artifact
59- uses : actions/upload-artifact@v4
59+ uses : actions/upload-artifact@v6
6060 with :
6161 name : website
6262 path : website/build/
6969
7070 - if : github.event_name == 'pull_request'
7171 name : Upload pr info
72- uses : actions/upload-artifact@v4
72+ uses : actions/upload-artifact@v6
7373 with :
7474 name : pr-info
7575 include-hidden-files : true
Original file line number Diff line number Diff line change 7878 ISSUE_NUMBER : ${{ github.event.number }}
7979
8080 - name : Upload Artifact
81- uses : actions/upload-artifact@v4
81+ uses : actions/upload-artifact@v6
8282 with :
8383 name : size-cmp-${{ matrix.target }}-info
8484 include-hidden-files : true
You can’t perform that action at this time.
0 commit comments