Sourced from cypress-io/github-action's releases.
v6.10.3
6.10.3 (2025-10-23)
Bug Fixes
v6.10.2
6.10.2 (2025-07-24)
Bug Fixes
v6.10.1
6.10.1 (2025-06-16)
Bug Fixes
e65cba2
fix: add type commonjs to package.json (#1544)8e36dc9
chore(deps): update cypress to 15.5.0 (#1550)aa00c21
chore: migrate to ESLint extends config structure (#1545)eb6ecdb
chore(deps): update markdown-link-check to 3.14.1 (#1548)16752e2
test(deps): add Node.js 25 (current) support (#1549)e17a084
chore(deps): update cypress to 15.4.0 (#1547)38f9a02
chore(deps): update cypress to 15.3.0 (#1543)6684394
test(deps): update setup-chrome to v2 (#1541)14fc5fa
docs: remove additional 'use: ./' syntax duplicated explanations (#1540)b986d12
chore(deps): update cypress to 15.2.0 (#1539)Sourced from actions/download-artifact's releases.
v6.0.0
What's Changed
BREAKING CHANGE: this update supports Node
v24.x. This is not a breaking change per-se but we're treating it as such.
- Update README for download-artifact v5 changes by
@yacaovsncin actions/download-artifact#417- Update README with artifact extraction details by
@yacaovsncin actions/download-artifact#424- Readme: spell out the first use of GHES by
@danwkennedyin actions/download-artifact#431- Bump
@actions/artifacttov4.0.0- Prepare
v6.0.0by@danwkennedyin actions/download-artifact#438New Contributors
@danwkennedymade their first contribution in actions/download-artifact#431Full Changelog: https://github.com/actions/download-artifact/compare/v5...v6.0.0
v5.0.0
What's Changed
- Update README.md by
@nebuk89in actions/download-artifact#407- BREAKING fix: inconsistent path behavior for single artifact downloads by ID by
@GrantBirkiin actions/download-artifact#416v5.0.0
🚨 Breaking Change
This release fixes an inconsistency in path behavior for single artifact downloads by ID. If you're downloading single artifacts by ID, the output path may change.
What Changed
Previously, single artifact downloads behaved differently depending on how you specified the artifact:
- By name:
name: my-artifact→ extracted topath/(direct)- By ID:
artifact-ids: 12345→ extracted topath/my-artifact/(nested)Now both methods are consistent:
- By name:
name: my-artifact→ extracted topath/(unchanged)- By ID:
artifact-ids: 12345→ extracted topath/(fixed - now direct)Migration Guide
✅ No Action Needed If:
- You download artifacts by name
- You download multiple artifacts by ID
- You already use
merge-multiple: trueas a workaround⚠️ Action Required If:
You download single artifacts by ID and your workflows expect the nested directory structure.
... (truncated)
018cc2c
Merge pull request #438
from actions/danwkennedy/prepare-6.0.0815651c
Revert "Remove github.dep.yml"bb3a066
Remove github.dep.ymlfa1ce46
Prepare v6.0.04a24838
Merge pull request #431
from danwkennedy/patch-15e3251c
Readme: spell out the first use of GHESabefc31
Merge pull request #424
from actions/yacaovsnc/update_readmeac43a60
Update README with artifact extraction detailsde96f46
Merge pull request #417
from actions/yacaovsnc/update_readme7993cb4
Remove migration guide for artifact download changes