Skip to content

Commit 6300162

Browse files
build(deps): bump the github-actions group with 2 updates (#496)
Bumps the github-actions group with 2 updates: [actions/download-artifact](https://github.com/actions/download-artifact) and [codecov/codecov-action](https://github.com/codecov/codecov-action). Updates `actions/download-artifact` from 7 to 8 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v7...v8) Updates `codecov/codecov-action` from 5 to 6 - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@v5...v6) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: codecov/codecov-action dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Lukas Trippe <lkstrp@pm.me>
1 parent 396cac3 commit 6300162

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
permissions:
4848
id-token: write
4949
steps:
50-
- uses: actions/download-artifact@v7
50+
- uses: actions/download-artifact@v8
5151
with:
5252
name: Packages
5353
path: dist

.github/workflows/test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
enableCrossOsArchive: true
9090

9191
- name: Download package
92-
uses: actions/download-artifact@v7
92+
uses: actions/download-artifact@v8
9393
with:
9494
name: Packages
9595
path: dist
@@ -117,6 +117,6 @@ jobs:
117117

118118
- name: Upload code coverage report
119119
if: ${{ !cancelled() && github.event_name != 'schedule' }}
120-
uses: codecov/codecov-action@v5
120+
uses: codecov/codecov-action@v6
121121
with:
122122
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)