Skip to content

Commit 75aeb48

Browse files
committed
bump cache from v2 to v4
1 parent 94d343c commit 75aeb48

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release_windows.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717

1818
steps:
1919
- name: Cache dependencies
20-
uses: actions/cache@v2
20+
uses: actions/cache@v4
2121
with:
2222
path: |
2323
node_modules
@@ -59,7 +59,7 @@ jobs:
5959
echo "VITE_IPFS_API=${{ secrets.VITE_IPFS_API }}" >> .env.production
6060
6161
- name: Cache artifacts
62-
uses: actions/cache@v2
62+
uses: actions/cache@v4
6363
with:
6464
path: |
6565
dist

0 commit comments

Comments
 (0)