Skip to content

Commit 1b9113b

Browse files
chore(deps): bump the actions group across 1 directory with 3 updates (#744)
Bumps the actions group with 3 updates in the / directory: [actions/download-artifact](https://github.com/actions/download-artifact), [actions/attest-build-provenance](https://github.com/actions/attest-build-provenance) and [actions/upload-artifact](https://github.com/actions/upload-artifact). Updates `actions/download-artifact` from 7 to 8 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v7...v8) Updates `actions/attest-build-provenance` from 3 to 4 - [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@v3...v4) 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: actions/download-artifact dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: actions/attest-build-provenance dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent bfaa3fd commit 1b9113b

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/cd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,13 @@ jobs:
3131
runs-on: ubuntu-latest
3232
if: github.event_name == 'release' && github.event.action == 'published'
3333
steps:
34-
- uses: actions/download-artifact@v7
34+
- uses: actions/download-artifact@v8
3535
with:
3636
name: Packages
3737
path: dist
3838

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

.github/workflows/reusable-cookie.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ jobs:
179179
- name: Show results
180180
run: ls -l dist
181181

182-
- uses: actions/upload-artifact@v6
182+
- uses: actions/upload-artifact@v7
183183
with:
184184
name: Packages
185185
path: dist

0 commit comments

Comments
 (0)