Skip to content

Commit f1c3929

Browse files
Bump the actions group with 3 updates
Bumps the actions group with 3 updates: [actions/upload-artifact](https://github.com/actions/upload-artifact), [actions/download-artifact](https://github.com/actions/download-artifact) and [actions/attest-build-provenance](https://github.com/actions/attest-build-provenance). Updates `actions/upload-artifact` from 6 to 7 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v6...v7) 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) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - 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 ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 49938b7 commit f1c3929

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/pypi-publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Build SDist and wheel
2929
run: uvx --from build pyproject-build
3030

31-
- uses: actions/upload-artifact@v6
31+
- uses: actions/upload-artifact@v7
3232
with:
3333
name: Packages-distlong-${{ github.job }}
3434
path: dist/*
@@ -46,13 +46,13 @@ jobs:
4646
runs-on: ubuntu-latest
4747
if: github.event_name == 'release' && github.event.action == 'published'
4848
steps:
49-
- uses: actions/download-artifact@v7
49+
- uses: actions/download-artifact@v8
5050
with:
5151
name: Packages
5252
path: dist
5353

5454
- name: Generate artifact attestation for sdist and wheel
55-
uses: actions/attest-build-provenance@v3
55+
uses: actions/attest-build-provenance@v4
5656
with:
5757
subject-path: "./dist/*"
5858

0 commit comments

Comments
 (0)