diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index a2c417311..67a833d29 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -70,7 +70,7 @@ jobs: - shell: bash run: | cp ./lcov.info ./lcov-${{ matrix.os }}-${{ matrix.version }}-${{ github.run_id }}.info - - uses: actions/upload-artifact@v6 + - uses: actions/upload-artifact@v7 with: name: lcov-${{ matrix.os }}-${{ matrix.version }}-${{ github.run_id }} path: ./lcov-${{ matrix.os }}-${{ matrix.version }}-${{ github.run_id }}.info @@ -93,7 +93,7 @@ jobs: # At first, we check out the repository and download all artifacts # (and list files for debugging). - uses: actions/checkout@v6 - - uses: actions/download-artifact@v7 + - uses: actions/download-artifact@v8 - run: ls -R # Next, we merge the individual coverage files and upload # the combined results to Coveralls. @@ -117,7 +117,7 @@ jobs: github-token: ${{ secrets.GITHUB_TOKEN }} path-to-lcov: ./lcov.info # Upload merged coverage data as artifact for debugging - - uses: actions/upload-artifact@v6 + - uses: actions/upload-artifact@v7 with: name: lcov path: ./lcov.info diff --git a/.github/workflows/SpellCheck.yml b/.github/workflows/SpellCheck.yml index e24dde432..acd23fdf0 100644 --- a/.github/workflows/SpellCheck.yml +++ b/.github/workflows/SpellCheck.yml @@ -10,4 +10,4 @@ jobs: - name: Checkout Actions Repository uses: actions/checkout@v6 - name: Check spelling - uses: crate-ci/typos@v1.42.3 + uses: crate-ci/typos@v1.44.0