File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5656 - run : cargo install cargo-pgo --version 0.2.9
5757 - uses : oven-sh/setup-bun@v2
5858 - run : bun run pgo.js --target ${{ matrix.target }} ${{ matrix.additional_args }}
59- - uses : actions/upload-artifact@v6
59+ - uses : actions/upload-artifact@v7
6060 with :
6161 name : ${{ matrix.release_name }}
6262 path : target/${{ matrix.target }}/pgo/${{ matrix.artifact_name }}
Original file line number Diff line number Diff line change 7171 shell : bash
7272 run : $BUILD_CMD build --profile release-ci --target ${{ matrix.target }} --locked --no-default-features --features rustls ${{ matrix.additional_args }}
7373 - name : Upload
74- uses : actions/upload-artifact@v6
74+ uses : actions/upload-artifact@v7
7575 with :
7676 name : ${{ matrix.release_name }}
7777 path : target/${{ matrix.target }}/release-ci/${{ matrix.artifact_name }}
You can’t perform that action at this time.
0 commit comments