Skip to content

Commit 1c2b7a2

Browse files
Bump the all-dependencies group with 3 updates (#21)
Bumps the all-dependencies group with 3 updates: [actions/upload-artifact](https://github.com/actions/upload-artifact), [actions/download-artifact](https://github.com/actions/download-artifact) and [sigstore/gh-action-sigstore-python](https://github.com/sigstore/gh-action-sigstore-python). Updates `actions/upload-artifact` from 5 to 6 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v5...v6) Updates `actions/download-artifact` from 6 to 7 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v6...v7) Updates `sigstore/gh-action-sigstore-python` from 3.1.0 to 3.2.0 - [Release notes](https://github.com/sigstore/gh-action-sigstore-python/releases) - [Changelog](https://github.com/sigstore/gh-action-sigstore-python/blob/main/CHANGELOG.md) - [Commits](sigstore/gh-action-sigstore-python@v3.1.0...v3.2.0) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-dependencies - dependency-name: actions/download-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-dependencies - dependency-name: sigstore/gh-action-sigstore-python dependency-version: 3.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0b3edf1 commit 1c2b7a2

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/tests.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
- name: Build a binary wheel and a source tarball
8989
run: python3 -m build
9090
- name: Store the distribution packages
91-
uses: actions/upload-artifact@v5
91+
uses: actions/upload-artifact@v6
9292
with:
9393
name: python-package-distributions
9494
path: dist/
@@ -107,7 +107,7 @@ jobs:
107107
id-token: write
108108
steps:
109109
- name: Download all the dists
110-
uses: actions/download-artifact@v6
110+
uses: actions/download-artifact@v7
111111
with:
112112
name: python-package-distributions
113113
path: dist/
@@ -129,12 +129,12 @@ jobs:
129129

130130
steps:
131131
- name: Download all the dists
132-
uses: actions/download-artifact@v6
132+
uses: actions/download-artifact@v7
133133
with:
134134
name: python-package-distributions
135135
path: dist/
136136
- name: Sign the dists with Sigstore
137-
uses: sigstore/gh-action-sigstore-python@v3.1.0
137+
uses: sigstore/gh-action-sigstore-python@v3.2.0
138138
with:
139139
inputs: >-
140140
./dist/*.tar.gz

0 commit comments

Comments
 (0)