From 6863fe1e26bd537045aee44aea31e75ecba30fa3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Apr 2024 17:41:50 +0000 Subject: [PATCH] chore(deps): update actions/download-artifact action to v4.1.5 --- .github/workflows/ci.yaml | 4 ++-- .github/workflows/report.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 4e0c65f91..39f3e4e22 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -182,7 +182,7 @@ jobs: steps: - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - name: Download all artifacts - uses: actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427 # v4.1.4 + uses: actions/download-artifact@8caf195ad4b1dee92908e23f56eeb0696f1dd42d # v4.1.5 with: path: artifacts - name: Create release bundle with archives for all builds @@ -247,7 +247,7 @@ jobs: authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}' tools: release.dockerHubDescription.bin - name: Download Docker image - uses: actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427 # v4.1.4 + uses: actions/download-artifact@8caf195ad4b1dee92908e23f56eeb0696f1dd42d # v4.1.5 with: name: postgrest-docker-x64 - name: Publish images on Docker Hub diff --git a/.github/workflows/report.yaml b/.github/workflows/report.yaml index 95037c94c..cb318dd92 100644 --- a/.github/workflows/report.yaml +++ b/.github/workflows/report.yaml @@ -19,7 +19,7 @@ jobs: if: github.event.workflow_run.conclusion == 'success' || github.event.workflow_run.conclusion == 'failure' steps: - name: Download from Artifacts - uses: actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427 # v4.1.4 + uses: actions/download-artifact@8caf195ad4b1dee92908e23f56eeb0696f1dd42d # v4.1.5 with: github-token: ${{ github.token }} run-id: ${{ github.event.workflow_run.id }}