File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -474,7 +474,7 @@ jobs:
474
474
--skip-missing-interpreters false
475
475
476
476
- name : Store the Python package distributions
477
- uses : actions/upload-artifact@v3
477
+ uses : actions/upload-artifact@v4
478
478
with :
479
479
name : python-package-distributions
480
480
# NOTE: Exact expected file names are specified here
@@ -652,7 +652,7 @@ jobs:
652
652
shell : bash
653
653
654
654
- name : Download all the dists
655
- uses : actions/download-artifact@v3
655
+ uses : actions/download-artifact@v4
656
656
with :
657
657
name : python-package-distributions
658
658
path : dist/
@@ -784,7 +784,7 @@ jobs:
784
784
785
785
steps :
786
786
- name : Download all the dists
787
- uses : actions/download-artifact@v3
787
+ uses : actions/download-artifact@v4
788
788
with :
789
789
name : python-package-distributions
790
790
path : dist/
@@ -814,7 +814,7 @@ jobs:
814
814
815
815
steps :
816
816
- name : Download all the dists
817
- uses : actions/download-artifact@v3
817
+ uses : actions/download-artifact@v4
818
818
with :
819
819
name : python-package-distributions
820
820
path : dist/
You can’t perform that action at this time.
0 commit comments