Skip to content

Commit 148ca01

Browse files
authored
Update secret_artifact_test.yml
1 parent 473faf3 commit 148ca01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/secret_artifact_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313

1414
# 2. 缓存 Node.js 依赖(如果有 package-lock.json)
1515
- name: Cache Node modules
16-
uses: actions/cache@v2
16+
uses: actions/cache@v4
1717
with:
1818
path: node_modules
1919
key: ${{ runner.os }}-node-${{ hashFiles('package-lock.json') }}

0 commit comments

Comments
 (0)