Skip to content

Commit f2873ce

Browse files
dependabot[bot]maxbachmann
authored andcommitted
Bump the github-actions group across 1 directory with 3 updates
Bumps the github-actions group with 3 updates in the / directory: [actions/upload-artifact](https://github.com/actions/upload-artifact), [actions/download-artifact](https://github.com/actions/download-artifact) and [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel). 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 `pypa/cibuildwheel` from 3.3.0 to 3.3.1 - [Release notes](https://github.com/pypa/cibuildwheel/releases) - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md) - [Commits](pypa/cibuildwheel@v3.3.0...v3.3.1) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/download-artifact dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: pypa/cibuildwheel dependency-version: 3.3.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4e48509 commit f2873ce

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/releasebuild.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
run: |
4949
tools/seg_wrapper.sh pytest tests
5050
51-
- uses: actions/upload-artifact@v6
51+
- uses: actions/upload-artifact@v7
5252
with:
5353
name: artifact-sdist
5454
path: dist/*.tar.gz
@@ -92,7 +92,7 @@ jobs:
9292
platform: pyodide
9393

9494
steps:
95-
- uses: actions/download-artifact@v7
95+
- uses: actions/download-artifact@v8
9696
with:
9797
name: artifact-sdist
9898
path: dist
@@ -102,15 +102,15 @@ jobs:
102102
run: cp dist/*.tar.gz rapidfuzz.tar.gz
103103

104104
- name: Build wheels
105-
uses: pypa/cibuildwheel@v3.3.0
105+
uses: pypa/cibuildwheel@v3.3.1
106106
env:
107107
CIBW_PLATFORM: ${{ matrix.platform || 'auto' }}
108108
CIBW_ARCHS: ${{ matrix.archs || 'auto' }}
109109
with:
110110
package-dir: rapidfuzz.tar.gz
111111
output-dir: wheelhouse
112112

113-
- uses: actions/upload-artifact@v6
113+
- uses: actions/upload-artifact@v7
114114
with:
115115
name: artifact-${{ matrix.os }}-${{ strategy.job-index }}
116116
path: ./wheelhouse/*.whl
@@ -124,7 +124,7 @@ jobs:
124124
permissions:
125125
id-token: write
126126
steps:
127-
- uses: actions/download-artifact@v7
127+
- uses: actions/download-artifact@v8
128128
with:
129129
path: dist
130130
pattern: artifact-*

0 commit comments

Comments
 (0)