Skip to content

Commit b178b29

Browse files
chore: bump the actions group with 2 updates (#230)
Bumps the actions group with 2 updates: [actions/upload-artifact](https://github.com/actions/upload-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/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/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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4e4d244 commit b178b29

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/wheels.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ jobs:
121121
CIBW_BUILD_VERBOSITY: 3
122122
CIBW_ENVIRONMENT_MACOS: MACOSX_DEPLOYMENT_TARGET=${{ env.MACOSX_DEPLOYMENT_TARGET }}
123123

124-
- uses: actions/upload-artifact@v6
124+
- uses: actions/upload-artifact@v7
125125
with:
126126
name: cibw-wheels-${{ matrix.os }}-${{ strategy.job-index }}
127127
path: ./wheelhouse/*.whl
@@ -138,7 +138,7 @@ jobs:
138138
- name: Build sdist
139139
run: pipx run build --sdist
140140

141-
- uses: actions/upload-artifact@v6
141+
- uses: actions/upload-artifact@v7
142142
with:
143143
name: cibw-sdist
144144
path: dist/*.tar.gz
@@ -162,7 +162,7 @@ jobs:
162162
merge-multiple: true
163163

164164
- name: Attest
165-
uses: actions/attest-build-provenance@v3
165+
uses: actions/attest-build-provenance@v4
166166
with:
167167
subject-path: "dist/*"
168168

0 commit comments

Comments
 (0)