Skip to content

Commit 4d14187

Browse files
Merge pull request #361 from tpvasconcelos/dependabot/github_actions/actions/download-artifact-7
Bump actions/download-artifact from 6 to 7
2 parents 1f5be42 + 85f6d64 commit 4d14187

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
permissions:
6262
id-token: write # IMPORTANT: mandatory for trusted publishing
6363
steps:
64-
- uses: actions/download-artifact@v6
64+
- uses: actions/download-artifact@v7
6565
with:
6666
name: python-package-distributions
6767
path: dist/
@@ -84,7 +84,7 @@ jobs:
8484
permissions:
8585
id-token: write # IMPORTANT: mandatory for trusted publishing
8686
steps:
87-
- uses: actions/download-artifact@v6
87+
- uses: actions/download-artifact@v7
8888
with:
8989
name: python-package-distributions
9090
path: dist/
@@ -119,7 +119,7 @@ jobs:
119119

120120
# Sign the package distributions with Sigstore
121121
# https://github.com/marketplace/actions/gh-action-sigstore-python
122-
- uses: actions/download-artifact@v6
122+
- uses: actions/download-artifact@v7
123123
with:
124124
name: python-package-distributions
125125
path: dist/

docs/reference/changelog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ Unreleased changes
2222

2323
- Remove the JPEGs used for visual inspection in regression tests ({gh-pr}`364`)
2424
- Upgrade ruff's target Python version to 3.10 ({gh-pr}`363`)
25+
- Bump actions/download-artifact from 6 to 7 ({gh-pr}`361`)
2526
- Bump actions/upload-artifact from 5 to 6 ({gh-pr}`360`)
2627
- Bump sigstore/gh-action-sigstore-python from 3.1.0 to 3.2.0 ({gh-pr}`359`)
2728
- Bump actions/checkout from 5 to 6 ({gh-pr}`357`)

0 commit comments

Comments
 (0)