File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -153,7 +153,7 @@ jobs:
153153
154154 # Fetch the built docs from the "build" job
155155 - name : Download HTML documentation artifact
156- uses : actions/download-artifact@v5
156+ uses : actions/download-artifact@v6
157157 with :
158158 name : docs-${{ github.sha }}
159159 path : doc/_build/html
Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ jobs:
107107 persist-credentials : false
108108
109109 - name : Download built source and wheel packages
110- uses : actions/download-artifact@v5
110+ uses : actions/download-artifact@v6
111111 with :
112112 name : pypi-${{ github.sha }}
113113 path : dist
Original file line number Diff line number Diff line change @@ -181,7 +181,7 @@ jobs:
181181 # Maximum coverage is achieved by combining reports from every runner.
182182 # Each coverage file will live in its own folder with the same name as
183183 # the artifact.
184- uses : actions/download-artifact@v5
184+ uses : actions/download-artifact@v6
185185 with :
186186 pattern : coverage_*
187187
You can’t perform that action at this time.
0 commit comments