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 @@ -138,7 +138,7 @@ jobs:
138138 # removes unnecessary files from the release
139139 - name : Download sdist (not macOS)
140140 # if: ${{ matrix.buildplat[1] != 'macosx_*' }}
141- uses : actions/download-artifact@v6
141+ uses : actions/download-artifact@v7
142142 with :
143143 name : sdist
144144 path : ./dist
@@ -229,11 +229,11 @@ jobs:
229229
230230 steps :
231231 - name : Download all artefacts
232- uses : actions/download-artifact@v6
232+ uses : actions/download-artifact@v7
233233 with :
234234 path : dist # everything lands in ./dist/**
235235
236- # TODO: This step can be probably be achieved by actions/download-artifact@v6
236+ # TODO: This step can be probably be achieved by actions/download-artifact@v7
237237 # by specifying merge-multiple: true, and a glob pattern
238238 - name : Collect files
239239 run : |
You can’t perform that action at this time.
0 commit comments