Skip to content

Commit b14fc86

Browse files
chore(deps): bump actions/upload-artifact from 2 to 3 (#250)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2 to 3. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v2...v3) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 143f686 commit b14fc86

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
@@ -108,7 +108,7 @@ jobs:
108108
CIBW_ARCHS: "${{ matrix.arch }}"
109109
CIBW_BUILD: "cp39-${{ matrix.build }}*"
110110

111-
- uses: actions/upload-artifact@v2
111+
- uses: actions/upload-artifact@v3
112112
if: (!matrix.use_qemu) || fromJSON(env.USE_QEMU)
113113
with:
114114
path: ./wheelhouse/*.whl
@@ -137,7 +137,7 @@ jobs:
137137
CIBW_MANYLINUX_X86_64_IMAGE: "manylinux1"
138138
CIBW_MANYLINUX_I686_IMAGE: "manylinux1"
139139

140-
- uses: actions/upload-artifact@v2
140+
- uses: actions/upload-artifact@v3
141141
with:
142142
path: ./wheelhouse/*.whl
143143

@@ -153,7 +153,7 @@ jobs:
153153
- name: Build SDist
154154
run: pipx run build --sdist
155155

156-
- uses: actions/upload-artifact@v2
156+
- uses: actions/upload-artifact@v3
157157
with:
158158
path: dist/*.tar.gz
159159

0 commit comments

Comments
 (0)