Skip to content

Commit fcc0c7a

Browse files
update download artifact action
1 parent 3272c59 commit fcc0c7a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/tests_full.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
python-version: ${{ matrix.python-version }}
5252

5353
- name: Download artifact
54-
uses: actions/download-artifact@v3
54+
uses: actions/download-artifact@v4
5555
with:
5656
name: "Python wheel"
5757

@@ -89,7 +89,7 @@ jobs:
8989
python-version: ${{ matrix.python-version }}
9090

9191
- name: Download artifact
92-
uses: actions/download-artifact@v3
92+
uses: actions/download-artifact@v4
9393
with:
9494
name: "Python wheel"
9595

.github/workflows/tests_quick.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
python-version: 3.8
4444

4545
- name: Download artifact
46-
uses: actions/download-artifact@v3
46+
uses: actions/download-artifact@v4
4747
with:
4848
name: "Python wheel"
4949

@@ -69,7 +69,7 @@ jobs:
6969
python-version: 3.8
7070

7171
- name: Download artifact
72-
uses: actions/download-artifact@v3
72+
uses: actions/download-artifact@v4
7373
with:
7474
name: "Python wheel"
7575

0 commit comments

Comments
 (0)