File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1717 python-version : ' 3.13'
1818 - run : pip install . matplotlib pycryptodome rc4
1919 - run : nice -19 python benchmark.py -o benchmark.svg
20- - uses : actions/upload-artifact@v4
20+ - uses : actions/upload-artifact@v6
2121 with :
2222 name : benchmark
2323 path : benchmark.svg
Original file line number Diff line number Diff line change 2020 python-version : ' 3.13'
2121 - run : pip install setuptools
2222 - run : python setup.py sdist --verbose
23- - uses : actions/upload-artifact@v4
23+ - uses : actions/upload-artifact@v6
2424 with :
2525 name : arc4-sdist
2626 path : dist/arc4-*.tar.gz
4747 python-version : " ${{ matrix.python-version }}"
4848 - run : pip install setuptools wheel
4949 - run : python setup.py bdist_wheel
50- - uses : actions/upload-artifact@v4
50+ - uses : actions/upload-artifact@v6
5151 with :
5252 name : arc4-wheels-${{ matrix.os }}-${{ matrix.python-version }}
5353 path : dist/*whl
7171 - run : pip install setuptools
7272 - run : /opt/python/${{ matrix.python-version }}/bin/pip wheel .
7373 - run : auditwheel repair arc4-*-linux*.whl --plat manylinux_2_28_x86_64
74- - uses : actions/upload-artifact@v4
74+ - uses : actions/upload-artifact@v6
7575 with :
7676 name : arc4-wheels-manylinux-${{ matrix.python-version }}
7777 path : wheelhouse/arc4-*-manylinux*.whl
8787 with :
8888 python-version : ' 3.13'
8989 - run : pip install twine
90- - uses : actions/download-artifact@v5
90+ - uses : actions/download-artifact@v7
9191 with :
9292 pattern : arc4-*
9393 merge-multiple : true
Original file line number Diff line number Diff line change 3030 run : |
3131 lcov --capture --directory . --output-file coverage.info --no-external
3232 qlty coverage transform coverage.info --output "coverage.${{ matrix.python-version }}.jsonl"
33- - uses : actions/upload-artifact@v4
33+ - uses : actions/upload-artifact@v6
3434 with :
3535 name : coverages-${{ matrix.python-version }}
3636 path : coverage.${{ matrix.python-version }}.jsonl
3939 needs : test
4040 steps :
4141 - uses : actions/checkout@v6
42- - uses : actions/download-artifact@v5
42+ - uses : actions/download-artifact@v7
4343 with :
4444 pattern : coverages-*
4545 merge-multiple : true
You can’t perform that action at this time.
0 commit comments