Skip to content

Commit 5aca868

Browse files
authored
Update publish-to-pypi.yml workflow (#8)
1 parent 1d1528d commit 5aca868

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

‎.github/workflows/publish-to-pypi.yml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
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/
@@ -46,7 +46,7 @@ jobs:
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/

‎docs/release-notes.md‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ hide:
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

0 commit comments

Comments
 (0)