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@v5
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@v5
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@v5
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@v5
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@v6
9191 with :
9292 pattern : arc4-*
9393 merge-multiple : true
Original file line number Diff line number Diff line change @@ -33,15 +33,15 @@ jobs:
3333 gcov -o build/temp.* arc4.c
3434 rm -f *.h.gcov
3535 ./cc-test-reporter format-coverage --input-type gcov --output 'coverage.${{ matrix.python-version }}.xml' .
36- - uses : actions/upload-artifact@v4
36+ - uses : actions/upload-artifact@v5
3737 with :
3838 name : coverages-${{ matrix.python-version }}
3939 path : coverage.${{ matrix.python-version }}.xml
4040 upload-coverage :
4141 runs-on : ubuntu-24.04
4242 needs : test
4343 steps :
44- - uses : actions/download-artifact@v5
44+ - uses : actions/download-artifact@v6
4545 with :
4646 pattern : coverages-*
4747 merge-multiple : true
You can’t perform that action at this time.
0 commit comments