File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -65,11 +65,11 @@ jobs:
6565 os : ubuntu-latest
6666 cibw_archs_linux : auto32
6767 steps :
68- - uses : actions/download-artifact@v5
68+ - uses : actions/download-artifact@v6
6969 with :
7070 name : sdist
7171 path : dist
72- - uses : actions/download-artifact@v5
72+ - uses : actions/download-artifact@v6
7373 with :
7474 name : tests
7575 path : tests
@@ -104,11 +104,11 @@ jobs:
104104 - os : macos-14
105105 arch : arm64
106106 steps :
107- - uses : actions/download-artifact@v5
107+ - uses : actions/download-artifact@v6
108108 with :
109109 name : sdist
110110 path : dist
111- - uses : actions/download-artifact@v5
111+ - uses : actions/download-artifact@v6
112112 with :
113113 name : tests
114114 path : tests
@@ -163,7 +163,7 @@ jobs:
163163 runs-on : ubuntu-latest
164164 if : github.event_name == 'release' && github.event.action == 'published'
165165 steps :
166- - uses : actions/download-artifact@v5
166+ - uses : actions/download-artifact@v6
167167 with :
168168 # with no name set, it downloads all of the artifacts
169169 path : dist
You can’t perform that action at this time.
0 commit comments