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 @@ -162,7 +162,7 @@ jobs:
162162
163163 # Fetch the built docs from the "build" job
164164 - name : Download HTML documentation artifact
165- uses : actions/download-artifact@v5
165+ uses : actions/download-artifact@v6
166166 with :
167167 name : docs-${{ github.sha }}
168168 path : doc/_build/html
Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ jobs:
100100
101101 # Fetch the built archives from the "build" job
102102 - name : Download built archives artifact
103- uses : actions/download-artifact@v5
103+ uses : actions/download-artifact@v6
104104 with :
105105 name : pypi-${{ github.sha }}
106106 path : dist
Original file line number Diff line number Diff line change @@ -184,7 +184,7 @@ jobs:
184184 path : ${{ steps.pip-cache.outputs.dir }}
185185 key : ${{ runner.os }}-pip-coverage
186186
187- - uses : actions/download-artifact@v5
187+ - uses : actions/download-artifact@v6
188188 with :
189189 pattern : coverage_*
190190 # If true, the downloaded artifacts will be in the same directory
You can’t perform that action at this time.
0 commit comments