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@v5
64+ - uses : actions/download-artifact@v6
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@v5
87+ - uses : actions/download-artifact@v6
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@v5
122+ - uses : actions/download-artifact@v6
123123 with :
124124 name : python-package-distributions
125125 path : dist/
Original file line number Diff line number Diff line change @@ -5,7 +5,9 @@ This document outlines the list of changes to ridgeplot between each release. Fo
55Unreleased changes
66------------------
77
8- - ...
8+ ## CI/CD
9+
10+ - Bump actions/download-artifact from 5 to 6 ({gh-pr}` 354 ` )
911
1012---
1113
You can’t perform that action at this time.
0 commit comments