File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7070 - shell : bash
7171 run : |
7272 cp ./lcov.info ./lcov-${{ matrix.os }}-${{ matrix.version }}-${{ github.run_id }}.info
73- - uses : actions/upload-artifact@v6
73+ - uses : actions/upload-artifact@v7
7474 with :
7575 name : lcov-${{ matrix.os }}-${{ matrix.version }}-${{ github.run_id }}
7676 path : ./lcov-${{ matrix.os }}-${{ matrix.version }}-${{ github.run_id }}.info
9393 # At first, we check out the repository and download all artifacts
9494 # (and list files for debugging).
9595 - uses : actions/checkout@v6
96- - uses : actions/download-artifact@v7
96+ - uses : actions/download-artifact@v8
9797 - run : ls -R
9898 # Next, we merge the individual coverage files and upload
9999 # the combined results to Coveralls.
@@ -117,7 +117,7 @@ jobs:
117117 github-token : ${{ secrets.GITHUB_TOKEN }}
118118 path-to-lcov : ./lcov.info
119119 # Upload merged coverage data as artifact for debugging
120- - uses : actions/upload-artifact@v6
120+ - uses : actions/upload-artifact@v7
121121 with :
122122 name : lcov
123123 path : ./lcov.info
Original file line number Diff line number Diff line change 1010 - name : Checkout Actions Repository
1111 uses : actions/checkout@v6
1212 - name : Check spelling
13- uses : crate-ci/typos@v1.42.3
13+ uses : crate-ci/typos@v1.44.0
You can’t perform that action at this time.
0 commit comments