We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d1528d commit 5aca868Copy full SHA for 5aca868
2 files changed
.github/workflows/publish-to-pypi.yml
@@ -26,7 +26,7 @@ jobs:
26
run: python -m build
27
28
- name: Store the distribution packages
29
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
30
with:
31
name: python-package-distributions
32
path: dist/
@@ -46,7 +46,7 @@ jobs:
46
47
steps:
48
- name: Download all the dists
49
- uses: actions/download-artifact@v3
+ uses: actions/download-artifact@v4
50
51
52
docs/release-notes.md
@@ -19,6 +19,7 @@ hide:
19
##### Changed
20
21
- 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.
23
24
##### Fixed
25
0 commit comments