Skip to content

Commit 64f5a39

Browse files
Bump the all-dependencies group with 3 updates (#19)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4ccd9b8 commit 64f5a39

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@v4
91+
uses: actions/upload-artifact@v5
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@v5
110+
uses: actions/download-artifact@v6
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@v5
132+
uses: actions/download-artifact@v6
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.0.1
137+
uses: sigstore/gh-action-sigstore-python@v3.1.0
138138
with:
139139
inputs: >-
140140
./dist/*.tar.gz

0 commit comments

Comments
 (0)