File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -120,27 +120,27 @@ jobs:
120
120
rm -f deps/linux_arm64/libduckdb.a
121
121
rm -f deps/freebsd_amd64/libduckdb.a
122
122
rm -f duckdb.h
123
- - uses : actions/download-artifact@v3
123
+ - uses : actions/download-artifact@v4.1.7
124
124
with :
125
125
name : duckdb_h
126
126
path : .
127
- - uses : actions/download-artifact@v3
127
+ - uses : actions/download-artifact@v4.1.7
128
128
with :
129
129
name : darwin_amd64
130
130
path : deps/darwin_amd64
131
- - uses : actions/download-artifact@v3
131
+ - uses : actions/download-artifact@v4.1.7
132
132
with :
133
133
name : darwin_arm64
134
134
path : deps/darwin_arm64
135
- - uses : actions/download-artifact@v3
135
+ - uses : actions/download-artifact@v4.1.7
136
136
with :
137
137
name : linux_amd64
138
138
path : deps/linux_amd64
139
- - uses : actions/download-artifact@v3
139
+ - uses : actions/download-artifact@v4.1.7
140
140
with :
141
141
name : linux_arm64
142
142
path : deps/linux_arm64
143
- - uses : actions/download-artifact@v3
143
+ - uses : actions/download-artifact@v4.1.7
144
144
with :
145
145
name : freebsd_amd64
146
146
path : deps/freebsd_amd64
You can’t perform that action at this time.
0 commit comments