File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ jobs:
109109 id-token : write
110110 if : github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags/v')
111111 steps :
112- - uses : actions/download-artifact@v5
112+ - uses : actions/download-artifact@v6
113113 with :
114114 pattern : cibw-*
115115 path : dist
@@ -132,7 +132,7 @@ jobs:
132132 - name : Delete huge unnecessary tools folder
133133 run : rm -rf /opt/hostedtoolcache
134134 - uses : actions/checkout@v5
135- - uses : actions/download-artifact@v5
135+ - uses : actions/download-artifact@v6
136136 with :
137137 path : source/install/docker/dist
138138 pattern : cibw-*-manylinux_x86_64-cu${{ matrix.cuda_version }}*
@@ -165,7 +165,7 @@ jobs:
165165 needs : [build_wheels, build_sdist]
166166 runs-on : ubuntu-latest
167167 steps :
168- - uses : actions/download-artifact@v5
168+ - uses : actions/download-artifact@v6
169169 with :
170170 path : dist/packages
171171 pattern : cibw-*
Original file line number Diff line number Diff line change 5858 steps :
5959 - uses : actions/checkout@v5
6060 - name : Download artifact
61- uses : actions/download-artifact@v5
61+ uses : actions/download-artifact@v6
6262 with :
6363 pattern : libdeepmd_c-*
6464 merge-multiple : true
Original file line number Diff line number Diff line change 9999 key : test2-durations-combined-${{ matrix.python }}-${{ github.sha }}
100100 restore-keys : test2-durations-combined-${{ matrix.python }}
101101 - name : Download artifacts
102- uses : actions/download-artifact@v5
102+ uses : actions/download-artifact@v6
103103 with :
104104 pattern : split-${{ matrix.python }}-*
105105 merge-multiple : true
You can’t perform that action at this time.
0 commit comments