diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 80a31020..bb2b9baf 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -23,7 +23,7 @@ jobs: - uses: actions/setup-python@v5 with: python-version: 3.9 - - uses: actions/cache@v3 + - uses: actions/cache@v4 id: cache with: path: /tmp/lce_android @@ -95,7 +95,7 @@ jobs: - uses: actions/setup-python@v5 with: python-version: 3.9 - - uses: actions/cache@v3 + - uses: actions/cache@v4 id: cache with: path: /tmp/lce_android diff --git a/.github/workflows/unittests.yml b/.github/workflows/unittests.yml index 034647b6..459f1022 100644 --- a/.github/workflows/unittests.yml +++ b/.github/workflows/unittests.yml @@ -137,7 +137,7 @@ jobs: - uses: actions/setup-python@v5 with: python-version: 3.9 - - uses: actions/cache@v3 + - uses: actions/cache@v4 id: cache with: path: /tmp/lce_android