CI: Update actions/cache

This commit is contained in:
Christoph Reiter 2024-02-01 20:25:36 +01:00
parent d5779cd65d
commit aa0637d87b

View File

@ -56,7 +56,7 @@ jobs:
python -m pip install --user -r requirements.txt python -m pip install --user -r requirements.txt
- name: autobuild cache - name: autobuild cache
uses: actions/cache@v3 uses: actions/cache@v4
with: with:
path: ${{ github.workspace }}/.autobuild_cache path: ${{ github.workspace }}/.autobuild_cache
key: autobuild_cache-${{ github.job }}-${{ github.run_id }}-${{ github.run_attempt }} key: autobuild_cache-${{ github.job }}-${{ github.run_id }}-${{ github.run_attempt }}
@ -138,7 +138,7 @@ jobs:
python -m pip install --user -r requirements.txt python -m pip install --user -r requirements.txt
- name: autobuild cache - name: autobuild cache
uses: actions/cache@v3 uses: actions/cache@v4
with: with:
path: ${{ github.workspace }}/.autobuild_cache path: ${{ github.workspace }}/.autobuild_cache
key: autobuild_cache-${{ github.job }}-${{ github.run_id }}-${{ github.run_attempt }} key: autobuild_cache-${{ github.job }}-${{ github.run_id }}-${{ github.run_attempt }}