diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 40654d5..fcff0dd 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -87,7 +87,7 @@ jobs: uses: docker/setup-buildx-action@988b5a0280414f521da01fcc63a27aeeb4b104db - name: Build el${{ matrix.el_version }} repo - uses: docker/build-push-action@5176d81f87c23d6fc96624dfdbcd9f3830bbe445 + uses: docker/build-push-action@16ebe778df0e7752d2cfcbd924afdbbd89c1a755 with: file: Dockerfile.el${{ matrix.el_version }} context: . @@ -144,7 +144,7 @@ jobs: # upload repo artifact before testing them to troubleshoot failures - name: Store repo as artifact - uses: actions/upload-artifact@89ef406dd8d7e03cfd12d9e0a4a378f454709029 + uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a with: name: spel-repo-el${{ matrix.el_version }} path: .repo/el${{ matrix.el_version }}