Skip to content

Commit 3b634ab

Browse files
authored
Hotfix CI. (#59)
1 parent cf08c17 commit 3b634ab

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci-cd.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -474,7 +474,7 @@ jobs:
474474
--skip-missing-interpreters false
475475
476476
- name: Store the Python package distributions
477-
uses: actions/upload-artifact@v3
477+
uses: actions/upload-artifact@v4
478478
with:
479479
name: python-package-distributions
480480
# NOTE: Exact expected file names are specified here
@@ -652,7 +652,7 @@ jobs:
652652
shell: bash
653653

654654
- name: Download all the dists
655-
uses: actions/download-artifact@v3
655+
uses: actions/download-artifact@v4
656656
with:
657657
name: python-package-distributions
658658
path: dist/
@@ -784,7 +784,7 @@ jobs:
784784
785785
steps:
786786
- name: Download all the dists
787-
uses: actions/download-artifact@v3
787+
uses: actions/download-artifact@v4
788788
with:
789789
name: python-package-distributions
790790
path: dist/
@@ -814,7 +814,7 @@ jobs:
814814
815815
steps:
816816
- name: Download all the dists
817-
uses: actions/download-artifact@v3
817+
uses: actions/download-artifact@v4
818818
with:
819819
name: python-package-distributions
820820
path: dist/

0 commit comments

Comments
 (0)