File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2525 sparse-checkout-cone-mode : false
2626
2727 - name : ⏬ Download artifacts from workflow run
28- uses : actions/download-artifact@v5
28+ uses : actions/download-artifact@v6
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 @@ -37,13 +37,13 @@ jobs:
3737 run : echo "${{ github.event.pull_request.number }}" > pr-number.txt
3838
3939 - name : ⏫ Upload stats.json
40- uses : actions/upload-artifact@v4
40+ uses : actions/upload-artifact@v5
4141 with :
4242 name : head-stats
4343 path : ./packages/*/stats.json
4444
4545 - name : ⏫ Upload PR number
46- uses : actions/upload-artifact@v4
46+ uses : actions/upload-artifact@v5
4747 with :
4848 name : pr-number
4949 path : pr-number.txt
7171 run : pnpm build
7272
7373 - name : ⏫ Upload stats.json
74- uses : actions/upload-artifact@v4
74+ uses : actions/upload-artifact@v5
7575 with :
7676 name : base-stats
7777 path : ./packages/*/stats.json
You can’t perform that action at this time.
0 commit comments