File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -73,16 +73,16 @@ jobs:
7373 if : ${{ matrix.os == 'ubuntu-latest' }}
7474
7575 - name : Upload test results (Python)
76- uses : actions/upload-artifact@v3
76+ uses : actions/upload-artifact@v4
7777 with :
78- name : pytest -results-${{ matrix.os }}-${{ matrix.python-version }}
78+ name : python -results-${{ matrix.os }}-${{ matrix.python-version }}
7979 path : junit.xml
8080 if : ${{ always() }}
8181
8282 - name : Upload test results (JS)
83- uses : actions/upload-artifact@v3
83+ uses : actions/upload-artifact@v4
8484 with :
85- name : pytest -results-${{ matrix.os }}-${{ matrix.python-version }}
85+ name : js -results-${{ matrix.os }}-${{ matrix.python-version }}
8686 path : js/junit.xml
8787 if : ${{ always() }}
8888
Original file line number Diff line number Diff line change @@ -46,11 +46,11 @@ jobs:
4646 run : make dist-py
4747 if : ${{ matrix.os == 'ubuntu-latest' }}
4848
49- - uses : actions/upload-artifact@v3
49+ - uses : actions/upload-artifact@v4
5050 with :
5151 path : ./dist/*.tar.gz
5252 if : ${{ matrix.os == 'ubuntu-latest' }}
5353
54- - uses : actions/upload-artifact@v3
54+ - uses : actions/upload-artifact@v4
5555 with :
5656 path : ./dist/*.whl
You can’t perform that action at this time.
0 commit comments