Chore(deps): Bump actions/download-artifact from 3 to 6#784
Chore(deps): Bump actions/download-artifact from 3 to 6#784dependabot[bot] wants to merge 1 commit intov1.14.3-bcfrom
Conversation
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 6. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v3...v6) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
|
|
||
| - name: Download ${{ matrix.arch }} zip | ||
| uses: actions/download-artifact@v3 | ||
| uses: actions/download-artifact@v6 |
There was a problem hiding this comment.
Bug: download-artifact@v6 is incompatible with upload-artifact@v2 and v3.
Severity: CRITICAL | Confidence: 1.00
🔍 Detailed Analysis
The download-artifact@v6 action attempts to retrieve artifacts uploaded using actions/upload-artifact@v2 in build.yml and actions/upload-artifact@v3 in nightly-test-*.yaml workflows. These versions are incompatible due to architectural changes introduced in actions/download-artifact@v4 and later. This mismatch will cause artifact download steps to fail, preventing subsequent workflow stages like binary verification and UI testing from completing.
💡 Suggested Fix
Update actions/upload-artifact to v4 or later in all workflows (build.yml, nightly-test-*.yaml) where actions/download-artifact@v6 is used to ensure compatibility.
🤖 Prompt for AI Agent
Fix this bug. In .github/workflows/build.yml at line 329: The `download-artifact@v6`
action attempts to retrieve artifacts uploaded using `actions/upload-artifact@v2` in
`build.yml` and `actions/upload-artifact@v3` in `nightly-test-*.yaml` workflows. These
versions are incompatible due to architectural changes introduced in
`actions/download-artifact@v4` and later. This mismatch will cause artifact download
steps to fail, preventing subsequent workflow stages like binary verification and UI
testing from completing.
Did we get this right? 👍 / 👎 to inform future reviews.
|
This pull request has been automatically flagged for inactivity because it has not been acted upon in the last 60 days. It will be closed if no new activity occurs in the next 30 days. Please feel free to re-open to resurrect the change if you feel this has happened by mistake. Thank you for your contributions. |
|
Superseded by #820. |
Bumps actions/download-artifact from 3 to 6.
Release notes
Sourced from actions/download-artifact's releases.
... (truncated)
Commits
018cc2cMerge pull request #438 from actions/danwkennedy/prepare-6.0.0815651cRevert "Removegithub.dep.yml"bb3a066Removegithub.dep.ymlfa1ce46Preparev6.0.04a24838Merge pull request #431 from danwkennedy/patch-15e3251cReadme: spell out the first use of GHESabefc31Merge pull request #424 from actions/yacaovsnc/update_readmeac43a60Update README with artifact extraction detailsde96f46Merge pull request #417 from actions/yacaovsnc/update_readme7993cb4Remove migration guide for artifact download changesYou can trigger a rebase of this PR by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)