File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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/
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/
Original file line number Diff line number Diff 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 ` )
You can’t perform that action at this time.
0 commit comments