Skip to content

Commit db12124

Browse files
committed
github: bump upload/download-artifacts version
This fixes deprecation warnings about node v12.
1 parent 6bdd78e commit db12124

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/publish.yml

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

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

@@ -50,7 +50,7 @@ jobs:
5050
- name: Build sdist
5151
run: pipx run build --sdist
5252

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

@@ -60,7 +60,7 @@ jobs:
6060
# upload to PyPI on every tag
6161
if: github.event_name == 'push' && github.ref_type == 'tag'
6262
steps:
63-
- uses: actions/download-artifact@v2
63+
- uses: actions/download-artifact@v3
6464
with:
6565
name: artifact
6666
path: dist

0 commit comments

Comments
 (0)