File tree Expand file tree Collapse file tree 6 files changed +8
-8
lines changed
Expand file tree Collapse file tree 6 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 6161 echo "${{ github.event.number }}" > .PR_NUMBER
6262
6363 - name : Upload Artifact
64- uses : actions/upload-artifact@v3
64+ uses : actions/upload-artifact@v4
6565 with :
6666 name : benchmark-core
6767 path : |
Original file line number Diff line number Diff line change 6262 echo "${{ github.event.number }}" > .PR_NUMBER
6363
6464 - name : Upload Artifact
65- uses : actions/upload-artifact@v3
65+ uses : actions/upload-artifact@v4
6666 with :
6767 name : benchmark-ssr
6868 path : |
Original file line number Diff line number Diff line change @@ -120,7 +120,7 @@ jobs:
120120 EVENT_INFO : ${{ toJSON(github.event) }}
121121
122122 - name : Upload result artifacts
123- uses : actions/upload-artifact@v3
123+ uses : actions/upload-artifact@v4
124124 with :
125125 name : results
126126 path : artifacts/
Original file line number Diff line number Diff line change 4646 cp -r target/doc/* api-docs/dist/next
4747
4848 - name : Upload build artifact
49- uses : actions/upload-artifact@v3
49+ uses : actions/upload-artifact@v4
5050 with :
5151 name : api-docs
5252 path : api-docs/
5959
6060 - if : github.event_name == 'pull_request'
6161 name : Upload pr info
62- uses : actions/upload-artifact@v3
62+ uses : actions/upload-artifact@v4
6363 with :
6464 name : pr-info
6565 path : " ${{ env.PR_INFO_FILE }}"
Original file line number Diff line number Diff line change 4848 npm run build
4949
5050 - name : Upload build artifact
51- uses : actions/upload-artifact@v3
51+ uses : actions/upload-artifact@v4
5252 with :
5353 name : website
5454 path : website/build/
6161
6262 - if : github.event_name == 'pull_request'
6363 name : Upload pr info
64- uses : actions/upload-artifact@v3
64+ uses : actions/upload-artifact@v4
6565 with :
6666 name : pr-info
6767 path : " ${{ env.PR_INFO_FILE }}"
Original file line number Diff line number Diff line change 6565 ISSUE_NUMBER : ${{ github.event.number }}
6666
6767 - name : Upload Artifact
68- uses : actions/upload-artifact@v3
68+ uses : actions/upload-artifact@v4
6969 with :
7070 name : size-cmp-${{ matrix.target }}-info
7171 path : " .SIZE_CMP_INFO"
You can’t perform that action at this time.
0 commit comments