Update GitHub Actions workflows to use actions/cache@v5 and actions/upload-artifact@v6

This commit is contained in:
SoftFever
2026-01-05 17:54:59 +08:00
parent 1893712063
commit 57f9112b7c
3 changed files with 15 additions and 15 deletions

View File

@@ -41,7 +41,7 @@ jobs:
- name: load cache
id: cache_deps
uses: actions/cache@v4
uses: actions/cache@v5
with:
path: ${{ steps.set_outputs.outputs.cache-path }}
key: ${{ steps.set_outputs.outputs.cache-key }}