File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -141,7 +141,7 @@ jobs:
141141 hatch --version
142142
143143 - name : Get artifact
144- uses : actions/download-artifact@v5
144+ uses : actions/download-artifact@v6
145145 with :
146146 name : sdist-and-wheel
147147 path : ${{ github.workspace }}/dist
@@ -181,7 +181,7 @@ jobs:
181181 runs-on : ubuntu-latest
182182 steps :
183183 - name : Get artifact
184- uses : actions/download-artifact@v5
184+ uses : actions/download-artifact@v6
185185 with :
186186 name : sdist-and-wheel
187187 path : dist
@@ -200,7 +200,7 @@ jobs:
200200 if : github.event_name == 'release' && github.event.action == 'published'
201201 runs-on : ubuntu-latest
202202 steps :
203- - uses : actions/download-artifact@v5
203+ - uses : actions/download-artifact@v6
204204 name : Get artifact
205205 with :
206206 path : dist
You can’t perform that action at this time.
0 commit comments