diff --git a/.github/actions/restore-orbit-chains-data/action.yml b/.github/actions/restore-orbit-chains-data/action.yml index a4b08848..7b5873a2 100644 --- a/.github/actions/restore-orbit-chains-data/action.yml +++ b/.github/actions/restore-orbit-chains-data/action.yml @@ -4,8 +4,6 @@ description: 'Download orbit chains data artifact' runs: using: 'composite' steps: - - uses: actions/checkout@v3 - - name: Download artifact uses: actions/download-artifact@v4 with: diff --git a/.github/workflows/generate-token-lists.yml b/.github/workflows/generate-token-lists.yml index 6ba42ed3..2a46be2c 100644 --- a/.github/workflows/generate-token-lists.yml +++ b/.github/workflows/generate-token-lists.yml @@ -92,8 +92,7 @@ jobs: - uses: actions/checkout@v3 - uses: ./.github/actions/restore-cache - - # - uses: ./.github/actions/restore-orbit-chains-data + - uses: ./.github/actions/restore-orbit-chains-data - name: Configure AWS credentials uses: aws-actions/configure-aws-credentials@v1-node16