chore(deps): bump the ci-dependencies group across 1 directory with 2 updates
Type: Pull Request
State: Closed
Association: Contributor
Comments: 1
(4 months ago)
(3 months ago)
(3 months ago)
dependencies github_actions
Bumps the ci-dependencies group with 2 updates in the / directory: actions/download-artifact and rlespinasse/github-slug-action.
Updates actions/download-artifact from 4 to 5
Release notes
Sourced from actions/download-artifact's releases.
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.
Before v5 (nested structure):
- uses: actions/download-artifact@v4 with: artifact-ids: 12345 path: dist # Files were in: dist/my-artifact/Where
my-artifactis the name of the artifact you previously uploadedTo maintain old behavior (if needed):
</tr></table>
... (truncated)
Commits
634f93cMerge pull request #416 from actions/single-artifact-id-download-pathb19ff43refactor: resolve download path correctly in artifact download tests (mainly ...e262cbebundle distbff23f9update docsfff8c14fix download path logic when downloading a single artifact by id448e3f8Merge pull request #407 from actions/nebuk89-patch-147225c4Update README.md- See full diff in compare view
Updates rlespinasse/github-slug-action from 5.1.0 to 5.2.0
Release notes
Sourced from rlespinasse/github-slug-action's releases.
v5.2.0
5.2.0 (2025-07-29)
Features
Commits
c33ff65feat: bump super-linter/super-linter from 7 to 8 (#166)50025f7docs(security): document the end of life of the v4.x branch (#165)8e1194bbuild: use codeowners file (#164)fe13438ci(linter): use super-linter/super-linter (#160)810e74bdocs: improve README file (#159)26e0654docs: update code of conduct (#158)- See full diff in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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 <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions
Pull Request Statistics
1
2
+2
-2
Package Dependencies
rlespinasse/github-slug-action
actions
5.1.0 → 5.2.0
Minor
Technical Details
| ID: | 4679157 |
| UUID: | 2724050116 |
| Node ID: | PR_kwDOOraRoM6iXbTE |
| Host: | GitHub |
| Repository: | codeyoma/codeyoma.github.io |
| Mergeable: | Yes |
| Merge State: | Clean |
| Rebaseable: | Yes |