File tree Expand file tree Collapse file tree 7 files changed +7
-7
lines changed
cppjswasm/.github/workflows
jupyter/.github/workflows
rustjswasm/.github/workflows Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -125,7 +125,7 @@ jobs:
125125 if: matrix.os == 'ubuntu-latest' && matrix.python-version == '3.11'
126126
127127 - name: Upload coverage
128- uses: codecov/codecov-action@v5
128+ uses: codecov/codecov-action@v6
129129 with:
130130 token: {% raw %} ${{ secrets.CODECOV_TOKEN }}{% endraw %}
131131
Original file line number Diff line number Diff line change 8686 if: matrix.os == 'ubuntu-latest'
8787
8888 - name: Upload coverage
89- uses: codecov/codecov-action@v5
89+ uses: codecov/codecov-action@v6
9090 with:
9191 token: {% raw %} ${{ secrets.CODECOV_TOKEN }}{% endraw %}
9292
Original file line number Diff line number Diff line change 7676 if: matrix.os == 'ubuntu-latest'
7777
7878 - name: Upload coverage
79- uses: codecov/codecov-action@v5
79+ uses: codecov/codecov-action@v6
8080 with:
8181 token: {% raw %} ${{ secrets.CODECOV_TOKEN }}{% endraw %}
8282
Original file line number Diff line number Diff line change 7676 if: matrix.os == 'ubuntu-latest'
7777
7878 - name: Upload coverage
79- uses: codecov/codecov-action@v5
79+ uses: codecov/codecov-action@v6
8080 with:
8181 token: {% raw %} ${{ secrets.CODECOV_TOKEN }}{% endraw %}
8282
Original file line number Diff line number Diff line change 6767 files: '**/junit.xml'
6868
6969 - name: Upload coverage
70- uses: codecov/codecov-action@v5
70+ uses: codecov/codecov-action@v6
7171 with:
7272 token: {% raw %} ${{ secrets.CODECOV_TOKEN }}{% endraw %}
7373
Original file line number Diff line number Diff line change 7171 if: matrix.os == 'ubuntu-latest'
7272
7373 - name: Upload coverage
74- uses: codecov/codecov-action@v5
74+ uses: codecov/codecov-action@v6
7575 with:
7676 token: {% raw %} ${{ secrets.CODECOV_TOKEN }}{% endraw %}
7777
Original file line number Diff line number Diff line change 7878 if: matrix.os == 'ubuntu-latest'
7979
8080 - name: Upload coverage
81- uses: codecov/codecov-action@v5
81+ uses: codecov/codecov-action@v6
8282 with:
8383 token: {% raw %} ${{ secrets.CODECOV_TOKEN }}{% endraw %}
8484
You can’t perform that action at this time.
0 commit comments