File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 9191 cmake --build .
9292
9393 - name : Upload artifacts
94- uses : actions/upload-artifact@v5
94+ uses : actions/upload-artifact@v6
9595 with :
9696 name : c-libraries-${{ matrix.os.matrix }}-${{ matrix.arch.matrix }}
9797 path : ./src/lib
@@ -118,7 +118,7 @@ jobs:
118118 Compress-Archive -Path ${{ env.DIST_DIR }}/* -Destination chiavdfc-${{ matrix.os.matrix }}-${{ matrix.arch.matrix }}.zip
119119
120120 - name : Upload zip as artifact
121- uses : actions/upload-artifact@v5
121+ uses : actions/upload-artifact@v6
122122 with :
123123 name : chiavdfc-${{ matrix.os.matrix }}-${{ matrix.arch.matrix }}
124124 path : |
Original file line number Diff line number Diff line change 7474 '
7575
7676 - name : Upload artifacts
77- uses : actions/upload-artifact@v5
77+ uses : actions/upload-artifact@v6
7878 with :
7979 name : packages-${{ matrix.os.name }}-${{ matrix.python.major-dot-minor }}
8080 path : ./dist
Original file line number Diff line number Diff line change @@ -140,7 +140,7 @@ jobs:
140140 pipx run --spec=${{ matrix.python.cibuildwheel }} cibuildwheel --output-dir dist 2>&1
141141
142142 - name : Upload artifacts
143- uses : actions/upload-artifact@v5
143+ uses : actions/upload-artifact@v6
144144 with :
145145 name : packages-${{ matrix.os.name }}-${{ matrix.python.major-dot-minor }}-${{ matrix.arch.name }}
146146 path : ./dist
@@ -183,7 +183,7 @@ jobs:
183183 python -m build --sdist --outdir dist .
184184
185185 - name : Upload artifacts
186- uses : actions/upload-artifact@v5
186+ uses : actions/upload-artifact@v6
187187 with :
188188 name : packages-sdist-${{ matrix.os.name }}-${{ matrix.python.major-dot-minor }}-${{ matrix.arch.name }}
189189 path : ./dist
Original file line number Diff line number Diff line change @@ -188,7 +188,7 @@ jobs:
188188 run : cargo publish --dry-run -p chiavdf --allow-dirty
189189
190190 - name : Upload crate artifacts
191- uses : actions/upload-artifact@v5
191+ uses : actions/upload-artifact@v6
192192 with :
193193 name : crate
194194 path : ./target/package/*-*.crate
Original file line number Diff line number Diff line change @@ -350,7 +350,7 @@ jobs:
350350
351351 - name : Upload binaries artifact (Ubuntu/macOS)
352352 if : matrix.os != 'windows-latest' && matrix.config == 'optimized=1'
353- uses : actions/upload-artifact@v5
353+ uses : actions/upload-artifact@v6
354354 with :
355355 name : binaries-${{ matrix.config }}-${{ matrix.os }}
356356 path : |
@@ -368,7 +368,7 @@ jobs:
368368
369369 - name : Upload binaries artifact (Windows)
370370 if : matrix.os == 'windows-latest' && matrix.config == 'optimized=1'
371- uses : actions/upload-artifact@v5
371+ uses : actions/upload-artifact@v6
372372 with :
373373 name : binaries-${{ matrix.config }}-${{ matrix.os }}
374374 path : |
@@ -412,7 +412,7 @@ jobs:
412412
413413 - name : Upload Ubuntu installer
414414 if : matrix.os == 'ubuntu-latest' && matrix.config == 'optimized=1'
415- uses : actions/upload-artifact@v5
415+ uses : actions/upload-artifact@v6
416416 with :
417417 name : installer
418418 path : dist/*.deb
You can’t perform that action at this time.
0 commit comments