Skip to content

Commit 9f5fb7f

Browse files
committed
bumped upload/download artifact version
1 parent 380c2aa commit 9f5fb7f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/wheels.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Check metadata
3434
run: pipx run twine check dist/*
3535

36-
- uses: actions/upload-artifact@v2
36+
- uses: actions/upload-artifact@v4
3737
with:
3838
path: dist/*.tar.gz
3939

@@ -60,7 +60,7 @@ jobs:
6060
run: pipx run twine check wheelhouse/*
6161

6262
- name: Upload wheels
63-
uses: actions/upload-artifact@v2
63+
uses: actions/upload-artifact@v4
6464
with:
6565
path: wheelhouse/*.whl
6666

@@ -73,7 +73,7 @@ jobs:
7373
steps:
7474
- uses: actions/setup-python@v2
7575

76-
- uses: actions/download-artifact@v2
76+
- uses: actions/download-artifact@v5
7777
with:
7878
name: artifact
7979
path: dist

0 commit comments

Comments
 (0)