File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 54
54
with :
55
55
path : sgkit-copy
56
56
- name : Download artifacts
57
- uses : actions/download-artifact@v2
57
+ uses : actions/download-artifact@v4.1.7
58
58
- name : Set up Python ${{ matrix.python-version }}
59
59
uses : actions/setup-python@v2
60
60
with :
85
85
with :
86
86
path : sgkit-copy
87
87
- name : Download artifacts
88
- uses : actions/download-artifact@v2
88
+ uses : actions/download-artifact@v4.1.7
89
89
- name : Set up Python ${{ matrix.python-version }}
90
90
uses : actions/setup-python@v2
91
91
with :
@@ -106,7 +106,7 @@ jobs:
106
106
needs : ['unix-test', 'windows-test']
107
107
steps :
108
108
- name : Download all
109
- uses : actions/download-artifact@v2
109
+ uses : actions/download-artifact@v4.1.7
110
110
- name : Move to dist
111
111
run : |
112
112
mkdir dist
You can’t perform that action at this time.
0 commit comments