Skip to content
This repository was archived by the owner on Feb 15, 2026. It is now read-only.

Commit 9da6a3d

Browse files
authored
Bump deps
1 parent 80f740a commit 9da6a3d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/custom_build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ jobs:
113113
API_KEY: ${{ secrets.API_KEY }}
114114

115115
- name: Pass to Windows 💸
116-
uses: actions/cache/save@v3
116+
uses: actions/cache/save@v4
117117
with:
118118
path: output
119119
key: ${{ steps.wsa.outputs.artifact }}-${{ steps.wsa.outputs.built }}
@@ -132,7 +132,7 @@ jobs:
132132
uses: actions/checkout@v4
133133

134134
- name: Download built artifact ⌛
135-
uses: actions/cache/restore@v3
135+
uses: actions/cache/restore@v4
136136
with:
137137
path: output
138138
key: ${{ needs.build.outputs.artifact }}-${{ needs.build.outputs.built }}

0 commit comments

Comments
 (0)