diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 66fe1993..48f7a570 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@v4 + - uses: actions/upload-artifact@v5 with: name: python-package-distributions path: dist/ diff --git a/docs/reference/changelog.md b/docs/reference/changelog.md index 723e00a8..719ca009 100644 --- a/docs/reference/changelog.md +++ b/docs/reference/changelog.md @@ -8,6 +8,7 @@ Unreleased changes ## CI/CD - Bump actions/download-artifact from 5 to 6 ({gh-pr}`354`) +- Bump actions/upload-artifact from 4 to 5 ({gh-pr}`353`) ---