build(deps): bump actions/download-artifact from 3 to 4 (#3121)

This commit is contained in:
dependabot[bot]
2023-12-20 16:29:37 -05:00
committed by Laurence Isla
parent cd38da56d5
commit 962268fd6b
+2 -2
View File
@@ -414,7 +414,7 @@ jobs:
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- name: Download all artifacts - name: Download all artifacts
uses: actions/download-artifact@v3 uses: actions/download-artifact@v4
with: with:
path: artifacts path: artifacts
- name: Create release bundle with archives for all builds - name: Create release bundle with archives for all builds
@@ -484,7 +484,7 @@ jobs:
with: with:
tools: release tools: release
- name: Download Docker image - name: Download Docker image
uses: actions/download-artifact@v3 uses: actions/download-artifact@v4
with: with:
name: postgrest-docker-x64 name: postgrest-docker-x64
- name: Publish images on Docker Hub - name: Publish images on Docker Hub