Skip to content

Commit 1000cb7

Browse files
mydeaclaude
andcommitted
ci: Bump actions/download-artifact to v7 in restore-cache
download-artifact@v5 still runs on Node 20; v7 runs on Node 24 and aligns with actions/upload-artifact@v7 used in workflows. Co-Authored-By: Auto <noreply@anthropic.com> Made-with: Cursor
1 parent d4b70e7 commit 1000cb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/restore-cache/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ runs:
1717
key: ${{ inputs.dependency_cache_key }}
1818

1919
- name: Restore build artifacts
20-
uses: actions/download-artifact@v5
20+
uses: actions/download-artifact@v7
2121
with:
2222
name: build-output
2323

0 commit comments

Comments
 (0)