diff --git a/.github/workflows/go_test.yml b/.github/workflows/go_test.yml index 38b13e39..d53674fd 100644 --- a/.github/workflows/go_test.yml +++ b/.github/workflows/go_test.yml @@ -23,7 +23,7 @@ jobs: - name: Unzip the File 2 run: unzip data/deneb_goerli_slot_7416760.json.zip -d ./data - name: Unzip the File 3 - run: unzip data/deneb_goerli_slot_7421952.json.zip -d ./data + run: unzip data/deneb_goerli_slot_7431952.json.zip -d ./data - name: Set up Go 1.x uses: actions/setup-go@v2