Skip to content

Commit ae6c5e2

Browse files
Bump the all-github-actions group with 3 updates (#184)
Bumps the all-github-actions group with 3 updates: [actions/upload-artifact](https://github.com/actions/upload-artifact), [actions/download-artifact](https://github.com/actions/download-artifact) and [crate-ci/typos](https://github.com/crate-ci/typos). Updates `actions/upload-artifact` from 5 to 6 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v5...v6) Updates `actions/download-artifact` from 6 to 7 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v6...v7) Updates `crate-ci/typos` from 1.40.0 to 1.41.0 - [Release notes](https://github.com/crate-ci/typos/releases) - [Changelog](https://github.com/crate-ci/typos/blob/master/CHANGELOG.md) - [Commits](crate-ci/typos@v1.40.0...v1.41.0) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-github-actions - dependency-name: actions/download-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-github-actions - dependency-name: crate-ci/typos dependency-version: 1.41.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-github-actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 98839d4 commit ae6c5e2

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@v5
73+
- uses: actions/upload-artifact@v6
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@v6
96+
- uses: actions/download-artifact@v7
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@v5
120+
- uses: actions/upload-artifact@v6
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.40.0
13+
uses: crate-ci/typos@v1.41.0

0 commit comments

Comments
 (0)