Skip to content

Commit 3ca8945

Browse files
Bump the actions group with 3 updates
Bumps the actions group with 3 updates: [actions/attest-build-provenance](https://github.com/actions/attest-build-provenance), [codecov/codecov-action](https://github.com/codecov/codecov-action) and [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact). Updates `actions/attest-build-provenance` from 2.1.0 to 2.2.0 - [Release notes](https://github.com/actions/attest-build-provenance/releases) - [Changelog](https://github.com/actions/attest-build-provenance/blob/main/RELEASE.md) - [Commits](actions/attest-build-provenance@v2.1.0...v2.2.0) Updates `codecov/codecov-action` from 5.1.2 to 5.3.1 - [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.1.2...v5.3.1) Updates `dawidd6/action-download-artifact` from 7 to 8 - [Release notes](https://github.com/dawidd6/action-download-artifact/releases) - [Commits](dawidd6/action-download-artifact@v7...v8) --- updated-dependencies: - dependency-name: actions/attest-build-provenance dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions - dependency-name: dawidd6/action-download-artifact dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a5cb116 commit 3ca8945

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/cd.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
path: dist
3838

3939
- name: Generate artifact attestation for sdist and wheel
40-
uses: actions/attest-build-provenance@v2.1.0
40+
uses: actions/attest-build-provenance@v2.2.0
4141
with:
4242
subject-path: "dist/*"
4343

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,6 @@ jobs:
6666
run: pixi run -e ${{ matrix.environment }} tests-ci
6767

6868
- name: Upload coverage report
69-
uses: codecov/codecov-action@v5.1.2
69+
uses: codecov/codecov-action@v5.3.1
7070
with:
7171
token: ${{ secrets.CODECOV_TOKEN }}

.github/workflows/docs-deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
steps:
1717
- uses: actions/checkout@v4
1818
- name: Download Artifact
19-
uses: dawidd6/action-download-artifact@v7
19+
uses: dawidd6/action-download-artifact@v8
2020
with:
2121
workflow: docs-build.yml
2222
name: docs-build

0 commit comments

Comments
 (0)