File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 33
33
34
34
35
35
- name : Download Package
36
- uses : actions/download-artifact@v4.1.9
36
+ uses : actions/download-artifact@v4.2.1
37
37
with :
38
38
name : Packages
39
39
path : dist
Original file line number Diff line number Diff line change 49
49
pip install scons
50
50
scons -j4 -C tests
51
51
- name : Upload compilation results
52
-
52
+
53
53
with :
54
54
name : tests
55
55
if-no-files-found : error
@@ -85,13 +85,13 @@ jobs:
85
85
python-version : ${{ matrix.python }}
86
86
87
87
- name : Download compiled tests
88
- uses : actions/download-artifact@v4.1.9
88
+ uses : actions/download-artifact@v4.2.1
89
89
with :
90
90
name : tests
91
91
path : tests
92
92
93
93
- name : Download Package
94
- uses : actions/download-artifact@v4.1.9
94
+ uses : actions/download-artifact@v4.2.1
95
95
with :
96
96
name : Packages
97
97
path : dist
You can’t perform that action at this time.
0 commit comments