File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -81,12 +81,12 @@ jobs:
8181 if : github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags/v')
8282 steps :
8383 - name : Download sdist artifact
84- uses : actions/download-artifact@v5
84+ uses : actions/download-artifact@v6
8585 with :
8686 name : sdist
8787 path : dist
8888 - name : Download wheels artifact
89- uses : actions/download-artifact@v5
89+ uses : actions/download-artifact@v6
9090 with :
9191 pattern : wheels-*
9292 merge-multiple : true
@@ -104,12 +104,12 @@ jobs:
104104 runs-on : ubuntu-latest
105105 steps :
106106 - name : Download sdist artifact
107- uses : actions/download-artifact@v5
107+ uses : actions/download-artifact@v6
108108 with :
109109 name : sdist
110110 path : dist
111111 - name : Download wheels artifact
112- uses : actions/download-artifact@v5
112+ uses : actions/download-artifact@v6
113113 with :
114114 pattern : wheels-*
115115 merge-multiple : true
You can’t perform that action at this time.
0 commit comments