diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index fa48dedf..de171ddd 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -61,7 +61,7 @@ jobs: permissions: id-token: write # IMPORTANT: mandatory for trusted publishing steps: - - uses: actions/download-artifact@v6 + - uses: actions/download-artifact@v7 with: name: python-package-distributions path: dist/ @@ -84,7 +84,7 @@ jobs: permissions: id-token: write # IMPORTANT: mandatory for trusted publishing steps: - - uses: actions/download-artifact@v6 + - uses: actions/download-artifact@v7 with: name: python-package-distributions path: dist/ @@ -119,7 +119,7 @@ jobs: # Sign the package distributions with Sigstore # https://github.com/marketplace/actions/gh-action-sigstore-python - - uses: actions/download-artifact@v6 + - uses: actions/download-artifact@v7 with: name: python-package-distributions path: dist/ diff --git a/docs/reference/changelog.md b/docs/reference/changelog.md index 39dea0bb..1e3728ab 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/download-artifact from 6 to 7 ({gh-pr}`361`) - 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`)