File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -325,31 +325,31 @@ jobs:
325325
326326 - name : Download steampipe_postgres_fdw.so - darwin_amd64
327327 id : download_fdw_so_darwin_amd64
328- uses : actions/download-artifact@v3
328+ uses : actions/download-artifact@v4
329329 with :
330330 name : steampipe_postgres_fdw.so.darwin_amd64
331331
332332 - name : Download steampipe_postgres_fdw.so - linux_amd64
333333 id : download_fdw_so_linux_amd64
334- uses : actions/download-artifact@v3
334+ uses : actions/download-artifact@v4
335335 with :
336336 name : steampipe_postgres_fdw.so.linux_amd64
337337
338338 - name : Download steampipe_postgres_fdw.so - linux_arm64
339339 id : download_fdw_so_linux_arm64
340- uses : actions/download-artifact@v3
340+ uses : actions/download-artifact@v4
341341 with :
342342 name : steampipe_postgres_fdw.so.linux_arm64
343343
344344 - name : Download steampipe_postgres_fdw.control
345345 id : download_fdw_control
346- uses : actions/download-artifact@v3
346+ uses : actions/download-artifact@v4
347347 with :
348348 name : steampipe_postgres_fdw.control
349349
350350 - name : Download steampipe_postgres_fdw--1.0.sql
351351 id : download_fdw_sql
352- uses : actions/download-artifact@v3
352+ uses : actions/download-artifact@v4
353353 with :
354354 name : steampipe_postgres_fdw--1.0.sql
355355
You can’t perform that action at this time.
0 commit comments