diff --git a/.github/workflows/run_tests.yaml b/.github/workflows/run_tests.yaml index f1f77de3d2a..8c189f73b5f 100644 --- a/.github/workflows/run_tests.yaml +++ b/.github/workflows/run_tests.yaml @@ -127,7 +127,7 @@ jobs: # ./compiler/bazel-bin. - name: Grab Unshaded Compiler # https://github.com/marketplace/actions/download-a-build-artifact - uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0 + uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0 with: name: unshaded_compiler # Put the binary where bazel would have put it.