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@v5
141+ uses : actions/download-artifact@v6
142142 with :
143143 name : sdist
144144 path : ./dist
@@ -238,11 +238,11 @@ jobs:
238238
239239 steps :
240240 - name : Download all artefacts
241- uses : actions/download-artifact@v5
241+ uses : actions/download-artifact@v6
242242 with :
243243 path : dist # everything lands in ./dist/**
244244
245- # TODO: This step can be probably be achieved by actions/download-artifact@v5
245+ # TODO: This step can be probably be achieved by actions/download-artifact@v6
246246 # by specifying merge-multiple: true, and a glob pattern
247247 - name : Collect files
248248 run : |
You can’t perform that action at this time.
0 commit comments