We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a9005e9 + 6743d90 commit 7940313Copy full SHA for 7940313
.github/workflows/release.yml
@@ -43,7 +43,7 @@ jobs:
43
requirements: tox
44
- name: Build source (sdist) and binary (wheel) distributions
45
run: tox -e build-dists
46
- - uses: actions/upload-artifact@v4
+ - uses: actions/upload-artifact@v5
47
with:
48
name: python-package-distributions
49
path: dist/
docs/reference/changelog.md
@@ -8,6 +8,7 @@ Unreleased changes
8
## CI/CD
9
10
- Bump actions/download-artifact from 5 to 6 ({gh-pr}`354`)
11
+- Bump actions/upload-artifact from 4 to 5 ({gh-pr}`353`)
12
13
---
14
0 commit comments