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/agent-files-enforce.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
- name: Download detection artifact
id: download
continue-on-error: true
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

[low] API contract violation

The PR bumps actions/download-artifact from v4.3.0 to v8.0.1, spanning four major versions with breaking changes: (1) v8 defaults hash-mismatch handling to 'error'; (2) v8 no longer auto-unzips non-zipped downloads; (3) v7 requires Node.js 24 runtime and Actions Runner 2.327.1+. However, the workflow is well-defended: continue-on-error: true catches failures, the decide step fails closed on missing files, upstream upload-artifact produces standard zipped artifacts, and ubuntu-latest runners support Node.js 24.

with:
name: agent-check-result
run-id: ${{ github.event.workflow_run.id }}
Expand Down
Loading