diff --git a/.github/workflows/cid.yaml b/.github/workflows/cid.yaml index 5d0264873..49b90e10b 100644 --- a/.github/workflows/cid.yaml +++ b/.github/workflows/cid.yaml @@ -196,7 +196,7 @@ jobs: continue-on-error: ${{ matrix.continue-on-error }} - name: Download Flyte config - uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # ratchet:actions/download-artifact@v4 + uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4 with: name: flyte-config path: .flyte/ @@ -396,7 +396,7 @@ jobs: debug_enabled: ${{ needs.set-variables.outputs.debug }} - name: Download Flyte config - uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # ratchet:actions/download-artifact@v4 + uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4 with: name: flyte-config @@ -513,7 +513,7 @@ jobs: name: release url: https://pypi.org/project/pyrovelocity/${{needs.release.outputs.version}}/ steps: - - uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # ratchet:actions/download-artifact@v4 + - uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4 with: name: poetry-build path: ./dist