Skip to content
Merged
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/image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
uses: docker/setup-buildx-action@v3

- name: Get built packages
uses: actions/download-artifact@v4
uses: actions/download-artifact@v5
Copy link

Copilot AI Aug 6, 2025

Choose a reason for hiding this comment

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

The upgrade to actions/download-artifact@v5 introduces a breaking change in path behavior for single artifact downloads by ID. Since this workflow uses a pattern matcher rather than downloading by specific ID or name, the change should not affect this usage. However, verify that the artifact extraction behavior remains consistent with expectations.

Copilot uses AI. Check for mistakes.

with:
path: ${{ github.workspace }}/dist/
pattern: toolkit-container-*-${{ github.run_id }}
Expand Down