Skip to content

Commit 191c5ac

Browse files
committed
Bump version of upload-artifact action
1 parent 4ff6f86 commit 191c5ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
CIBW_ARCHS_MACOS: x86_64 arm64 universal2
3636
CIBW_ARCHS_LINUX: auto aarch64
3737

38-
- uses: actions/upload-artifact@v2
38+
- uses: actions/upload-artifact@v3
3939
with:
4040
path: ./wheelhouse/*.whl
4141

@@ -56,7 +56,7 @@ jobs:
5656
- name: Build sdist
5757
run: python setup.py sdist
5858

59-
- uses: actions/upload-artifact@v2
59+
- uses: actions/upload-artifact@v3
6060
with:
6161
path: dist/*.tar.gz
6262

0 commit comments

Comments
 (0)