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 d20d701 + 2de7691 commit 1f5be42Copy full SHA for 1f5be42
2 files changed
.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@v5
+ - uses: actions/upload-artifact@v6
47
with:
48
name: python-package-distributions
49
path: dist/
docs/reference/changelog.md
@@ -22,6 +22,7 @@ Unreleased changes
22
23
- Remove the JPEGs used for visual inspection in regression tests ({gh-pr}`364`)
24
- Upgrade ruff's target Python version to 3.10 ({gh-pr}`363`)
25
+- Bump actions/upload-artifact from 5 to 6 ({gh-pr}`360`)
26
- Bump sigstore/gh-action-sigstore-python from 3.1.0 to 3.2.0 ({gh-pr}`359`)
27
- Bump actions/checkout from 5 to 6 ({gh-pr}`357`)
28
- Bump actions/download-artifact from 5 to 6 ({gh-pr}`354`)
0 commit comments