File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2929 fuzz-seconds : 600
3030 dry-run : false
3131 - name : Upload Crash
32- uses : actions/upload-artifact@v5
32+ uses : actions/upload-artifact@v6
3333 if : failure() && steps.build.outcome == 'success'
3434 with :
3535 name : artifacts
Original file line number Diff line number Diff line change 5151 working-directory : ./proj.4-feedstock
5252
5353
54- - uses : actions/upload-artifact@v5
54+ - uses : actions/upload-artifact@v6
5555 with :
5656 name : ${{ matrix.platform }}-conda-package
5757 path : ./proj.4-feedstock/packages/
Original file line number Diff line number Diff line change 3636 run : docker run --rm -v "$PWD":/build/proj_src -v "$PWD"/wasm_out:/usr/local/wasm proj-emscripten-builder
3737
3838 - name : Upload artifacts
39- uses : actions/upload-artifact@v4
39+ uses : actions/upload-artifact@v6
4040 with :
4141 name : proj-js-wasm
4242 retention-days : 15
You can’t perform that action at this time.
0 commit comments