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 @@ -135,7 +135,7 @@ jobs:
135135
136136 # Fetch the built docs from the "build" job
137137 - name : Download HTML documentation artifact
138- uses : actions/download-artifact@v6
138+ uses : actions/download-artifact@v7
139139 with :
140140 name : docs-${{ github.sha }}
141141 path : doc/_build/html
Original file line number Diff line number Diff line change 9696
9797 # Fetch the built archives from the "build" job
9898 - name : Download built archives artifact
99- uses : actions/download-artifact@v6
99+ uses : actions/download-artifact@v7
100100 with :
101101 name : pypi-${{ github.sha }}
102102 path : dist
Original file line number Diff line number Diff line change @@ -164,7 +164,7 @@ jobs:
164164 # Maximum coverage is achieved by combining reports from every runner.
165165 # Each coverage file will live in its own folder with the same name as
166166 # the artifact.
167- uses : actions/download-artifact@v6
167+ uses : actions/download-artifact@v7
168168 with :
169169 pattern : coverage_*
170170
You can’t perform that action at this time.
0 commit comments