Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/flashy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- name: Checkout Repo
uses: actions/checkout@v3
- name: Download flashy build
uses: actions/download-artifact@v2
uses: actions/download-artifact@v5
Copy link

Copilot AI Aug 21, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The download-artifact@v5 action has breaking changes from v2. The 'name' parameter is now required to be specified in the 'with' section, but your current configuration should work. However, consider reviewing the v5 documentation to ensure all parameters are correctly configured for the new version.

Copilot uses AI. Check for mistakes.
with:
name: flashy
path: tools/flashy/build
Expand Down