File tree Expand file tree Collapse file tree 6 files changed +9
-9
lines changed
Expand file tree Collapse file tree 6 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1717 uses : actions/checkout@v6
1818
1919 - name : Download Artifact
20- uses : actions/download-artifact@v4
20+ uses : actions/download-artifact@v7
2121 with :
2222 github-token : " ${{ secrets.GITHUB_TOKEN }}"
2323 run-id : ${{ github.event.workflow_run.id }}
Original file line number Diff line number Diff line change 1717 uses : actions/checkout@v6
1818
1919 - name : Download Artifact
20- uses : actions/download-artifact@v4
20+ uses : actions/download-artifact@v7
2121 with :
2222 github-token : " ${{ secrets.GITHUB_TOKEN }}"
2323 run-id : ${{ github.event.workflow_run.id }}
Original file line number Diff line number Diff line change 1616 - uses : actions/checkout@v6
1717
1818 - name : Download result artifacts
19- uses : actions/download-artifact@v4
19+ uses : actions/download-artifact@v7
2020 with :
2121 github-token : " ${{ secrets.GITHUB_TOKEN }}"
2222 run-id : ${{ github.event.workflow_run.id }}
Original file line number Diff line number Diff line change @@ -17,15 +17,15 @@ jobs:
1717 uses : actions/checkout@v6
1818
1919 - name : Download Artifact (master)
20- uses : actions/download-artifact@v4
20+ uses : actions/download-artifact@v7
2121 with :
2222 github-token : " ${{ secrets.GITHUB_TOKEN }}"
2323 run-id : ${{ github.event.workflow_run.id }}
2424 name : size-cmp-master-info
2525 path : " size-cmp-master-info/"
2626
2727 - name : Download Artifact (PR)
28- uses : actions/download-artifact@v4
28+ uses : actions/download-artifact@v7
2929 with :
3030 github-token : " ${{ secrets.GITHUB_TOKEN }}"
3131 run-id : ${{ github.event.workflow_run.id }}
Original file line number Diff line number Diff line change 1515 - uses : actions/checkout@v6
1616
1717 - name : Download build artifact
18- uses : actions/download-artifact@v4
18+ uses : actions/download-artifact@v7
1919 with :
2020 github-token : " ${{ secrets.GITHUB_TOKEN }}"
2121 run-id : ${{ github.event.workflow_run.id }}
2424
2525 - if : github.event.workflow_run.event == 'pull_request'
2626 name : Download pr info
27- uses : actions/download-artifact@v4
27+ uses : actions/download-artifact@v7
2828 with :
2929 github-token : " ${{ secrets.GITHUB_TOKEN }}"
3030 run-id : ${{ github.event.workflow_run.id }}
Original file line number Diff line number Diff line change 1515 - uses : actions/checkout@v6
1616
1717 - name : Download build artifact
18- uses : actions/download-artifact@v4
18+ uses : actions/download-artifact@v7
1919 with :
2020 github-token : " ${{ secrets.GITHUB_TOKEN }}"
2121 run-id : ${{ github.event.workflow_run.id }}
2424
2525 - if : github.event.workflow_run.event == 'pull_request'
2626 name : Download pr info
27- uses : actions/download-artifact@v4
27+ uses : actions/download-artifact@v7
2828 with :
2929 github-token : " ${{ secrets.GITHUB_TOKEN }}"
3030 run-id : ${{ github.event.workflow_run.id }}
You can’t perform that action at this time.
0 commit comments