File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -82,12 +82,12 @@ jobs:
8282 if : github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags/v')
8383 steps :
8484 - name : Download sdist artifact
85- uses : actions/download-artifact@v7
85+ uses : actions/download-artifact@v8
8686 with :
8787 name : sdist
8888 path : dist
8989 - name : Download wheels artifact
90- uses : actions/download-artifact@v7
90+ uses : actions/download-artifact@v8
9191 with :
9292 pattern : wheels-*
9393 merge-multiple : true
@@ -105,12 +105,12 @@ jobs:
105105 runs-on : ubuntu-latest
106106 steps :
107107 - name : Download sdist artifact
108- uses : actions/download-artifact@v7
108+ uses : actions/download-artifact@v8
109109 with :
110110 name : sdist
111111 path : dist
112112 - name : Download wheels artifact
113- uses : actions/download-artifact@v7
113+ uses : actions/download-artifact@v8
114114 with :
115115 pattern : wheels-*
116116 merge-multiple : true
You can’t perform that action at this time.
0 commit comments