File tree Expand file tree Collapse file tree 6 files changed +12
-12
lines changed
jupyter/.github/workflows
rustjswasm/.github/workflows Expand file tree Collapse file tree 6 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -128,7 +128,7 @@ jobs:
128128 run: make coverage
129129
130130 - name: Upload test results (Python)
131- uses: actions/upload-artifact@v4
131+ uses: actions/upload-artifact@v5
132132 with:
133133 name: {% raw %} test-results-${{ matrix.os }}-${{ matrix.python-version }}{% endraw %}
134134 path: junit.xml
@@ -145,7 +145,7 @@ jobs:
145145 with:
146146 token: {% raw %} ${{ secrets.CODECOV_TOKEN }}{% endraw %}
147147
148- - uses: actions/upload-artifact@v4
148+ - uses: actions/upload-artifact@v5
149149 with:
150150 name: {% raw %} dist-${{matrix.os}}-${{matrix.python-version}}{% endraw %}
151151 path: dist
Original file line number Diff line number Diff line change 6363 if: matrix.os == 'ubuntu-latest'
6464
6565 - name: Upload test results
66- uses: actions/upload-artifact@v4
66+ uses: actions/upload-artifact@v5
6767 with:
6868 name: {% raw %} test-results-${{ matrix.os }}-${{ matrix.python-version }}-${{ matrix.node-version }}{% endraw %}
6969 path: '**/junit.xml'
8484 run: make dist
8585 if: matrix.os == 'ubuntu-latest'
8686
87- - uses: actions/upload-artifact@v4
87+ - uses: actions/upload-artifact@v5
8888 with:
8989 name: {% raw %} dist-${{matrix.os}}{% endraw %}
9090 path: dist
Original file line number Diff line number Diff line change 6363 if: matrix.os == 'ubuntu-latest'
6464
6565 - name: Upload test results (Python)
66- uses: actions/upload-artifact@v4
66+ uses: actions/upload-artifact@v5
6767 with:
6868 name: {% raw %} test-results-${{ matrix.os }}-${{ matrix.python-version }}-${{ matrix.node-version }}{% endraw %}
6969 path: '**/junit.xml'
8484 run: make dist
8585 if: matrix.os == 'ubuntu-latest'
8686
87- - uses: actions/upload-artifact@v4
87+ - uses: actions/upload-artifact@v5
8888 with:
8989 name: {% raw %} dist-${{matrix.os}}{% endraw %}
9090 path: dist
Original file line number Diff line number Diff line change 5555 run: make coverage
5656
5757 - name: Upload test results (Python)
58- uses: actions/upload-artifact@v4
58+ uses: actions/upload-artifact@v5
5959 with:
6060 name: {% raw %} test-results-${{ matrix.os }}-${{ matrix.python-version }}{% endraw %}
6161 path: junit.xml
7474 - name: Make dist
7575 run: make dist
7676
77- - uses: actions/upload-artifact@v4
77+ - uses: actions/upload-artifact@v5
7878 with:
7979 name: {% raw %} dist-${{matrix.os}}{% endraw %}
8080 path: dist
Original file line number Diff line number Diff line change 5858 run: make coverage
5959
6060 - name: Upload test results (Python)
61- uses: actions/upload-artifact@v4
61+ uses: actions/upload-artifact@v5
6262 with:
6363 name: {% raw %} test-results-${{ matrix.os }}-${{ matrix.python-version }}{% endraw %}
6464 path: '**/junit.xml'
9797 CIBW_ENVIRONMENT_MACOS: MACOSX_DEPLOYMENT_TARGET=11.0
9898 if: matrix.os != 'ubuntu-latest'
9999
100- - uses: actions/upload-artifact@v4
100+ - uses: actions/upload-artifact@v5
101101 with:
102102 name: {% raw %} dist-${{matrix.os}}{% endraw %}
103103 path: dist
Original file line number Diff line number Diff line change 6565 run: make coverage
6666
6767 - name: Upload test results (Python)
68- uses: actions/upload-artifact@v4
68+ uses: actions/upload-artifact@v5
6969 with:
7070 name: {% raw %} test-results-${{ matrix.os }}-${{ matrix.python-version }}{% endraw %}
7171 path: '**/junit.xml'
@@ -106,7 +106,7 @@ jobs:
106106 CIBW_ENVIRONMENT_MACOS: MACOSX_DEPLOYMENT_TARGET=11.0
107107 if: matrix.os != 'ubuntu-latest'
108108
109- - uses: actions/upload-artifact@v4
109+ - uses: actions/upload-artifact@v5
110110 with:
111111 name: {% raw %} dist-${{matrix.os}}{% endraw %}
112112 path: dist
You can’t perform that action at this time.
0 commit comments