diff --git a/.github/workflows/unity_tests.yml b/.github/workflows/unity_tests.yml index 71588bb1e..5036efa5a 100644 --- a/.github/workflows/unity_tests.yml +++ b/.github/workflows/unity_tests.yml @@ -26,7 +26,7 @@ jobs: - name: Start Anvil run: | anvil --host 0.0.0.0 --fork-url https://rpc.ankr.com/eth_sepolia --mnemonic "test test test test test test test test test test test junk" & - - uses: actions/cache@v2 + - uses: actions/cache@v4 with: path: ${{ matrix.projectPath }}/Library key: Library-${{ matrix.projectPath }}