Skip to content

Commit 1aed83b

Browse files
Bump the github-actions group across 1 directory with 2 updates
Bumps the github-actions group with 2 updates in the / directory: [actions/download-artifact](https://github.com/actions/download-artifact) and [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel). Updates `actions/download-artifact` from 4 to 5 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4...v5) Updates `pypa/cibuildwheel` from 2.23.3 to 3.1.3 - [Release notes](https://github.com/pypa/cibuildwheel/releases) - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md) - [Commits](pypa/cibuildwheel@v2.23.3...v3.1.3) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: pypa/cibuildwheel dependency-version: 3.1.3 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c97b61f commit 1aed83b

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/releasebuild.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
CIBW_BUILD_VERBOSITY: 3
6868

6969
steps:
70-
- uses: actions/download-artifact@v4
70+
- uses: actions/download-artifact@v5
7171
with:
7272
name: artifact-sdist
7373
path: dist
@@ -78,7 +78,7 @@ jobs:
7878
- uses: actions/setup-python@v5
7979

8080
- name: Build wheels
81-
uses: pypa/cibuildwheel@v2.23.3
81+
uses: pypa/cibuildwheel@v3.1.3
8282
with:
8383
package-dir: rapidfuzz.tar.gz
8484
output-dir: wheelhouse
@@ -103,7 +103,7 @@ jobs:
103103
CIBW_BUILD_VERBOSITY: 3
104104

105105
steps:
106-
- uses: actions/download-artifact@v4
106+
- uses: actions/download-artifact@v5
107107
with:
108108
name: artifact-sdist
109109
path: dist
@@ -114,7 +114,7 @@ jobs:
114114
run: cp dist/*.tar.gz rapidfuzz.tar.gz
115115

116116
- name: Build wheels
117-
uses: pypa/cibuildwheel@v2.23.3
117+
uses: pypa/cibuildwheel@v3.1.3
118118
with:
119119
package-dir: rapidfuzz.tar.gz
120120
output-dir: wheelhouse
@@ -155,7 +155,7 @@ jobs:
155155
CIBW_BUILD_VERBOSITY: 3
156156

157157
steps:
158-
- uses: actions/download-artifact@v4
158+
- uses: actions/download-artifact@v5
159159
with:
160160
name: artifact-sdist
161161
path: dist
@@ -174,7 +174,7 @@ jobs:
174174
image: tonistiigi/binfmt:qemu-v8.1.5
175175

176176
- name: Build wheel
177-
uses: pypa/cibuildwheel@v2.23.3
177+
uses: pypa/cibuildwheel@v3.1.3
178178
with:
179179
package-dir: rapidfuzz.tar.gz
180180
output-dir: wheelhouse
@@ -194,7 +194,7 @@ jobs:
194194
CIBW_BUILD_VERBOSITY: 3
195195

196196
steps:
197-
- uses: actions/download-artifact@v4
197+
- uses: actions/download-artifact@v5
198198
with:
199199
name: artifact-sdist
200200
path: dist
@@ -207,7 +207,7 @@ jobs:
207207
run: cp dist/*.tar.gz rapidfuzz.tar.gz
208208

209209
- name: Build wheel
210-
uses: pypa/cibuildwheel@v2.23.3
210+
uses: pypa/cibuildwheel@v3.1.3
211211
with:
212212
package-dir: rapidfuzz.tar.gz
213213
output-dir: wheelhouse
@@ -227,7 +227,7 @@ jobs:
227227
permissions:
228228
id-token: write
229229
steps:
230-
- uses: actions/download-artifact@v4
230+
- uses: actions/download-artifact@v5
231231
with:
232232
path: dist
233233
pattern: artifact-*

0 commit comments

Comments
 (0)