Skip to content

Commit

Permalink
build(deps): bump actions/download-artifact from 3 to 4 (PostgREST#3121)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored and laurenceisla committed Dec 20, 2023
1 parent cd38da5 commit 962268f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Download all artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
path: artifacts
- name: Create release bundle with archives for all builds
Expand Down Expand Up @@ -484,7 +484,7 @@ jobs:
with:
tools: release
- name: Download Docker image
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: postgrest-docker-x64
- name: Publish images on Docker Hub
Expand Down

0 comments on commit 962268f

Please sign in to comment.