Skip to content

Commit a4c93ec

Browse files
committed
Update pypi workflow
1 parent de55cef commit a4c93ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pypi.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
run: poetry build
3232

3333
- name: Store the distribution packages
34-
uses: actions/upload-artifact@v3
34+
uses: actions/upload-artifact@v4
3535
with:
3636
name: python-package-distributions
3737
path: dist/
@@ -49,7 +49,7 @@ jobs:
4949

5050
steps:
5151
- name: Download all the dists
52-
uses: actions/download-artifact@v3
52+
uses: actions/download-artifact@v4
5353
with:
5454
name: python-package-distributions
5555
path: dist/

0 commit comments

Comments
 (0)