Skip to content

Commit b91eb3c

Browse files
Bump the github-actions group with 3 updates
Bumps the github-actions group with 3 updates: [actions/checkout](https://github.com/actions/checkout), [codecov/codecov-action](https://github.com/codecov/codecov-action) and [actions/download-artifact](https://github.com/actions/download-artifact). Updates `actions/checkout` from 4 to 5 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v5) Updates `codecov/codecov-action` from 3 to 5 - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@v3...v5) Updates `actions/download-artifact` from 5 to 6 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v5...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: codecov/codecov-action dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/download-artifact 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>
1 parent 287981f commit b91eb3c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/test_and_deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,14 +56,14 @@ jobs:
5656
PLATFORM: ${{ matrix.platform }}
5757

5858
- name: Coverage
59-
uses: codecov/codecov-action@v3
59+
uses: codecov/codecov-action@v5
6060

6161
build-and-inspect-package:
6262
name: Build & inspect package.
6363
runs-on: ubuntu-latest
6464

6565
steps:
66-
- uses: actions/checkout@v4
66+
- uses: actions/checkout@v5
6767
- uses: hynek/build-and-inspect-python-package@v2
6868

6969
deploy:
@@ -77,7 +77,7 @@ jobs:
7777
id-token: write
7878
steps:
7979
- name: Download built artifact to dist/
80-
uses: actions/download-artifact@v5
80+
uses: actions/download-artifact@v6
8181
with:
8282
name: Packages
8383
path: dist

0 commit comments

Comments
 (0)