File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
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.2.1
36
+ uses : actions/download-artifact@v4.3.0
37
37
with :
38
38
name : Packages
39
39
path : dist
Original file line number Diff line number Diff line change 27
27
steps :
28
28
29
29
- name : Set up Python
30
- uses : actions/setup-python@v5.5 .0
30
+ uses : actions/setup-python@v5.6 .0
31
31
with :
32
32
python-version : " 3.8"
33
33
- name : Install GoogleTest
@@ -80,18 +80,18 @@ jobs:
80
80
steps :
81
81
82
82
- name : Set up Python
83
- uses : actions/setup-python@v5.5 .0
83
+ uses : actions/setup-python@v5.6 .0
84
84
with :
85
85
python-version : ${{ matrix.python }}
86
86
87
87
- name : Download compiled tests
88
- uses : actions/download-artifact@v4.2.1
88
+ uses : actions/download-artifact@v4.3.0
89
89
with :
90
90
name : tests
91
91
path : tests
92
92
93
93
- name : Download Package
94
- uses : actions/download-artifact@v4.2.1
94
+ uses : actions/download-artifact@v4.3.0
95
95
with :
96
96
name : Packages
97
97
path : dist
You can’t perform that action at this time.
0 commit comments