Skip to content

Commit adbc86e

Browse files
dependabot[bot]jcfr
authored andcommitted
chore(deps): bump actions/upload-artifact from 3 to 4
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v3...v4) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent bef410e commit adbc86e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ jobs:
114114
CIBW_ARCHS: "${{ matrix.arch }}"
115115
CIBW_BUILD: "cp39-${{ matrix.build }}*"
116116

117-
- uses: actions/upload-artifact@v3
117+
- uses: actions/upload-artifact@v4
118118
if: (!matrix.use_qemu) || fromJSON(env.USE_QEMU)
119119
with:
120120
path: ./wheelhouse/*.whl
@@ -143,7 +143,7 @@ jobs:
143143
CIBW_MANYLINUX_X86_64_IMAGE: "manylinux2010"
144144
CIBW_MANYLINUX_I686_IMAGE: "manylinux2010"
145145

146-
- uses: actions/upload-artifact@v3
146+
- uses: actions/upload-artifact@v4
147147
with:
148148
path: ./wheelhouse/*.whl
149149

@@ -159,7 +159,7 @@ jobs:
159159
- name: Build SDist
160160
run: pipx run build --sdist
161161

162-
- uses: actions/upload-artifact@v3
162+
- uses: actions/upload-artifact@v4
163163
with:
164164
path: dist/*.tar.gz
165165

0 commit comments

Comments
 (0)