Skip to content

Commit 561477b

Browse files
renovate-botrenovate[bot]
authored andcommitted
chore(dependencies): update actions/upload-artifact action to v3
1 parent 3590fa7 commit 561477b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
# configure cibuildwheel to build native archs ('auto'), and some
2626
# emulated ones
2727
CIBW_ARCHS_LINUX: auto aarch64
28-
- uses: actions/upload-artifact@v2
28+
- uses: actions/upload-artifact@v3
2929
with:
3030
path: ./wheelhouse/*.whl
3131

@@ -36,6 +36,6 @@ jobs:
3636
- uses: actions/checkout@v3
3737
- name: Build SDist
3838
run: pipx run build --sdist
39-
- uses: actions/upload-artifact@v2
39+
- uses: actions/upload-artifact@v3
4040
with:
4141
path: dist/*.tar.gz

0 commit comments

Comments
 (0)