Skip to content

Conversation

@klutchell-renovate
Copy link
Contributor

This PR contains the following updates:

Package Type Update Change
product-os/flowzone action patch v22.1.0 -> v22.1.2

Release Notes

product-os/flowzone (product-os/flowzone)

v22.1.2

Compare Source

5b922e0 (Remove remote flag from submodule checkout, 2025-09-23)
bce521b (Fetch extra refs so we can list modified files, 2025-09-23)

v22.1.1

Compare Source

Update actions/download-artifact action to v5

Notable changes
  • Update README.md by @​​nebuk89 in #​407
  • BREAKING fix: inconsistent path behavior for single artifact downloads by ID by @​​GrantBirki in #​416
  • By name: name: my-artifact → extracted to path/ (direct)
  • By ID: artifact-ids: 12345 → extracted to path/my-artifact/ (nested)
  • By name: name: my-artifact → extracted to path/ (unchanged)
  • By ID: artifact-ids: 12345 → extracted to path/ (fixed - now direct)
  • You download artifacts by name
  • You download multiple artifacts by ID
  • You already use merge-multiple: true as a workaround
  • uses: actions/download-artifact@​v4
  • uses: actions/download-artifact@​v5
  • @​​nebuk89 made their first contribution in #​407
actions/download-artifact (actions/download-artifact)
v5.0.0

Compare Source

What's Changed
v5.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 to path/ (direct)
  • By ID: artifact-ids: 12345 → extracted to path/my-artifact/ (nested)

Now both methods are consistent:

  • By name: name: my-artifact → extracted to path/ (unchanged)
  • By ID: artifact-ids: 12345 → extracted to path/ (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: true as 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-artifact is the name of the artifact you previously uploaded

To maintain old behavior (if needed):

- uses: actions/download-artifact@v5
  with:
    artifact-ids: 12345
    path: dist/my-artifact  # Explicitly specify the nested path
New Contributors

Full Changelog: actions/download-artifact@v4...v5.0.0

List of commits

79ffbb4 (Update actions/download-artifact action to v5, 2025-09-18)
2219f68 (Use unpacked docker tarball names for platform check, 2025-09-18)


Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) in timezone America/New_York, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@klutchell-renovate klutchell-renovate bot merged commit 1dfee7e into main Sep 29, 2025
52 checks passed
@klutchell-renovate klutchell-renovate bot deleted the renovate/product-os-flowzone-22.1.x branch September 29, 2025 04:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant