diff --git a/.github/workflows/Documentation.yml b/.github/workflows/Documentation.yml index f71f4987..9b097dc6 100644 --- a/.github/workflows/Documentation.yml +++ b/.github/workflows/Documentation.yml @@ -41,7 +41,7 @@ jobs: - name: Save Julia depot cache on cancel or failure id: julia-cache-save if: cancelled() || failure() - uses: actions/cache/save@v5 + uses: actions/cache/save@v6 with: path: | ${{ steps.julia-cache.outputs.cache-paths }}