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 @@ -112,7 +112,7 @@ jobs:
112112 run: make coverage
113113
114114 - name: Upload test results (Python)
115- uses: actions/upload-artifact@v5
115+ uses: actions/upload-artifact@v6
116116 with:
117117 name: {% raw %} test-results-${{ matrix.os }}-${{ matrix.python-version }}{% endraw %}
118118 path: junit.xml
@@ -129,7 +129,7 @@ jobs:
129129 with:
130130 token: {% raw %} ${{ secrets.CODECOV_TOKEN }}{% endraw %}
131131
132- - uses: actions/upload-artifact@v5
132+ - uses: actions/upload-artifact@v6
133133 with:
134134 name: {% raw %} dist-${{matrix.os}}-${{matrix.python-version}}{% endraw %}
135135 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@v5
66+ uses: actions/upload-artifact@v6
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@v5
87+ - uses: actions/upload-artifact@v6
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@v5
66+ uses: actions/upload-artifact@v6
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@v5
87+ - uses: actions/upload-artifact@v6
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@v5
58+ uses: actions/upload-artifact@v6
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@v5
77+ - uses: actions/upload-artifact@v6
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@v5
61+ uses: actions/upload-artifact@v6
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@v5
100+ - uses: actions/upload-artifact@v6
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@v5
68+ uses: actions/upload-artifact@v6
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@v5
109+ - uses: actions/upload-artifact@v6
110110 with:
111111 name: {% raw %} dist-${{matrix.os}}{% endraw %}
112112 path: dist
You can’t perform that action at this time.
0 commit comments