File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 2626 run : python -m build
2727
2828 - name : Store the distribution packages
29- uses : actions/upload-artifact@v3
29+ uses : actions/upload-artifact@v4
3030 with :
3131 name : python-package-distributions
3232 path : dist/
4646
4747 steps :
4848 - name : Download all the dists
49- uses : actions/download-artifact@v3
49+ uses : actions/download-artifact@v4
5050 with :
5151 name : python-package-distributions
5252 path : dist/
Original file line number Diff line number Diff line change 1919##### Changed
2020
2121- Updated the lower bound variable definition in ` pulp_engine ` to set it to ` None ` when ` -inf ` is specified as the lower bound.
22+ - Upgraded the ` download-artifact ` and ` cache ` actions to ` v4 ` in the ` publish-to-pypi.yml ` workflow.
2223
2324##### Fixed
2425
You can’t perform that action at this time.
0 commit comments