Skip to content

Commit 3d058b6

Browse files
Bump the all-github-actions group with 3 updates (#190)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent fd506f1 commit 3d058b6

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/CI.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
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
@@ -93,7 +93,7 @@ jobs:
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

.github/workflows/SpellCheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ jobs:
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

0 commit comments

Comments
 (0)