diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index a0975c323..03d97ae57 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -201,7 +201,7 @@ jobs: steps: - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - name: Download all artifacts - uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7 + uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8 with: path: artifacts - name: Create release bundle with archives for all builds @@ -275,7 +275,7 @@ jobs: steps: - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - name: Download Docker image - uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7 + uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8 with: name: postgrest-docker-x64 - name: Publish images on Docker Hub diff --git a/.github/workflows/report.yaml b/.github/workflows/report.yaml index aed1e13e9..1790bf6c2 100644 --- a/.github/workflows/report.yaml +++ b/.github/workflows/report.yaml @@ -21,7 +21,7 @@ jobs: if: github.event.workflow_run.conclusion == 'success' || github.event.workflow_run.conclusion == 'failure' steps: - name: Download from Artifacts - uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7 + uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8 with: github-token: ${{ github.token }} run-id: ${{ github.event.workflow_run.id }}