Skip to content

Commit 6f6c6db

Browse files
authored
Update main.yml
1 parent 1ca9bdf commit 6f6c6db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
CIBW_BUILD: "cp39-*"
3939
CIBW_ARCHS_LINUX: auto, aarch64
4040

41-
- uses: actions/upload-artifact@v2
41+
- uses: actions/upload-artifact@v3
4242
with:
4343
path: ./wheelhouse/*.whl
4444

@@ -51,7 +51,7 @@ jobs:
5151
- name: Build sdist
5252
run: pipx run build --sdist
5353

54-
- uses: actions/upload-artifact@v2
54+
- uses: actions/upload-artifact@v3
5555
with:
5656
path: dist/*.tar.gz
5757

0 commit comments

Comments
 (0)