build(deps): bump actions/download-artifact from 2.1.0 to 3 (#2185)

This commit is contained in:
dependabot[bot]
2022-03-07 22:54:47 +01:00
committed by GitHub
parent d6834e8bf8
commit efcc93ad89
+2 -2
View File
@@ -294,7 +294,7 @@ jobs:
steps:
- uses: actions/checkout@v2.4.0
- name: Download all artifacts
uses: actions/download-artifact@v2.1.0
uses: actions/download-artifact@v3
with:
path: artifacts
- name: Create release bundle with archives for all builds
@@ -357,7 +357,7 @@ jobs:
with:
tools: release
- name: Download Docker image
uses: actions/download-artifact@v2.1.0
uses: actions/download-artifact@v3
with:
name: postgrest-docker-x64
- name: Publish images on Docker Hub