diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6dfd6649..fa48dedf 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -43,7 +43,7 @@ jobs: requirements: tox - name: Build source (sdist) and binary (wheel) distributions run: tox -e build-dists - - uses: actions/upload-artifact@v5 + - uses: actions/upload-artifact@v6 with: name: python-package-distributions path: dist/ diff --git a/docs/reference/changelog.md b/docs/reference/changelog.md index 927264aa..39dea0bb 100644 --- a/docs/reference/changelog.md +++ b/docs/reference/changelog.md @@ -22,6 +22,7 @@ Unreleased changes - Remove the JPEGs used for visual inspection in regression tests ({gh-pr}`364`) - Upgrade ruff's target Python version to 3.10 ({gh-pr}`363`) +- Bump actions/upload-artifact from 5 to 6 ({gh-pr}`360`) - Bump sigstore/gh-action-sigstore-python from 3.1.0 to 3.2.0 ({gh-pr}`359`) - Bump actions/checkout from 5 to 6 ({gh-pr}`357`) - Bump actions/download-artifact from 5 to 6 ({gh-pr}`354`)