diff --git a/.github/workflows/hive.yml b/.github/workflows/hive.yml index 220542504e..afc0205911 100644 --- a/.github/workflows/hive.yml +++ b/.github/workflows/hive.yml @@ -44,7 +44,7 @@ jobs: - name: Restore hive assets cache id: cache-hive - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ./hive_assets key: hive-assets-${{ steps.hive-commit.outputs.hash }}-${{ hashFiles('.github/assets/hive/build_simulators.sh') }}