diff --git a/.github/workflows/Documentation.yml b/.github/workflows/Documentation.yml index 29041c6a..14dfa9a5 100644 --- a/.github/workflows/Documentation.yml +++ b/.github/workflows/Documentation.yml @@ -21,7 +21,7 @@ jobs: with: version: '1' - name: CacheArtifacts - uses: actions/cache@v4 + uses: actions/cache@v5 env: cache-name: cache-artifacts with: diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b9ee3fd3..bd477373 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,7 +34,7 @@ jobs: version: ${{ matrix.version }} - name: Cache artifacts - uses: actions/cache@v4 + uses: actions/cache@v5 env: cache-name: cache-artifacts with: