File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 7171 make tcmalloc_example
7272
7373 # coredump collection to help debug failures inside the CI
74- - uses : actions/upload-artifact@v4
74+ - uses : actions/upload-artifact@v5
7575 if : ${{ failure() }} # Run only if something went wrong
7676 with :
7777 name : coredump
Original file line number Diff line number Diff line change 2424 run : |
2525 cd tools && python3 -m build
2626 - name : store the distribution packages
27- uses : actions/upload-artifact@v4
27+ uses : actions/upload-artifact@v5
2828 with :
2929 name : python-package-distributions
3030 path : tools/dist/
4242
4343 steps :
4444 - name : Download all the dists
45- uses : actions/download-artifact@v4
45+ uses : actions/download-artifact@v6
4646 with :
4747 name : python-package-distributions
4848 path : dist/
You can’t perform that action at this time.
0 commit comments