build(deps): bump actions/download-artifact from 2.1.0 to 3 (#2185)
This commit is contained in:
committed by
Steve Chavez
parent
ebc26d0c09
commit
83496fbcb8
@@ -294,7 +294,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2.4.0
|
- uses: actions/checkout@v2.4.0
|
||||||
- name: Download all artifacts
|
- name: Download all artifacts
|
||||||
uses: actions/download-artifact@v2.1.0
|
uses: actions/download-artifact@v3
|
||||||
with:
|
with:
|
||||||
path: artifacts
|
path: artifacts
|
||||||
- name: Create release bundle with archives for all builds
|
- name: Create release bundle with archives for all builds
|
||||||
@@ -357,7 +357,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
tools: release
|
tools: release
|
||||||
- name: Download Docker image
|
- name: Download Docker image
|
||||||
uses: actions/download-artifact@v2.1.0
|
uses: actions/download-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: postgrest-docker-x64
|
name: postgrest-docker-x64
|
||||||
- name: Publish images on Docker Hub
|
- name: Publish images on Docker Hub
|
||||||
|
|||||||
Reference in New Issue
Block a user