Skip to content

Commit 743e8ab

Browse files
Bump the gha-dependencies group across 1 directory with 2 updates
Bumps the gha-dependencies group with 2 updates in the / directory: [codecov/codecov-action](https://github.com/codecov/codecov-action) and [actions/upload-artifact](https://github.com/actions/upload-artifact). 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) Updates `actions/upload-artifact` from 6 to 7 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v6...v7) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: gha-dependencies - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: gha-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5e2afe4 commit 743e8ab

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/run_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
uv run coverage report
6767
6868
- name: Upload coverage reports to Codecov
69-
uses: codecov/codecov-action@v5
69+
uses: codecov/codecov-action@v6
7070
with:
7171
token: ${{ secrets.CODECOV_TOKEN }}
7272
files: build/reports/coverage${{ matrix.python-version }}.xml

.github/workflows/version-and-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
run: uv build
9090

9191
- name: Upload Python artifact
92-
uses: actions/upload-artifact@v6
92+
uses: actions/upload-artifact@v7
9393
with:
9494
name: python-artifact
9595
path: dist/*

0 commit comments

Comments
 (0)