Skip to content

chore: artifact action v4#79

Merged
elrrrrrrr merged 2 commits intomasterfrom
chore-artifact-v4
Apr 24, 2025
Merged

chore: artifact action v4#79
elrrrrrrr merged 2 commits intomasterfrom
chore-artifact-v4

Conversation

@elrrrrrrr
Copy link
Member

@elrrrrrrr elrrrrrrr commented Apr 24, 2025

Sweep Summary Sweep

Updates GitHub Actions artifact actions from v3 to v4 and bumps package version to 0.4.2 to address GitHub's deprecation notice for artifact actions v3.

  • Updated all instances of actions/upload-artifact and actions/download-artifact from v3 to v4 in the GitHub workflow files.
  • Bumped package version from 0.4.1 to 0.4.2 in lerna.json and updated all CHANGELOG.md files accordingly.
  • Added reference to the "single mount" feature from PR feat: single mount #77 in the main CHANGELOG.md and CLI package CHANGELOG.md.

Ask Sweep AI questions about this PR

https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/

Summary by CodeRabbit

  • New Features

    • Introduced a "single mount" feature.
  • Chores

    • Updated package versions to 0.4.2 across all relevant packages.
    • Updated dependency versions to ensure compatibility with the new release.
    • Upgraded GitHub Actions for artifact handling to the latest version.
    • Updated changelogs to reflect the new release.

@elrrrrrrr elrrrrrrr added the documentation Improvements or additions to documentation label Apr 24, 2025
@elrrrrrrr elrrrrrrr requested a review from killagu April 24, 2025 15:19
@coderabbitai
Copy link

coderabbitai bot commented Apr 24, 2025

Walkthrough

This update increments the version numbers for multiple packages and their dependencies from 0.4.1 to 0.4.2 across the project, including changelog updates to reflect the new version and document a new "single mount" feature. The GitHub Actions workflow for releases is updated to use version 4 of the artifact upload and download actions. No changes were made to code logic, exported entities, or package metadata beyond version and dependency updates.

Changes

File(s) Change Summary
.github/workflows/release.yml Updated artifact upload/download GitHub Actions from v3 to v4 in all jobs.
CHANGELOG.md, packages/cli/CHANGELOG.md Added 0.4.2 changelog entries, documenting the "single mount" feature and version bump.
lerna.json Updated version from 0.4.1 to 0.4.2.
bindings/binding-*/CHANGELOG.md, packages/binding/CHANGELOG.md Added 0.4.2 changelog entries indicating version bumps for each respective package.
bindings/binding-darwin-amd64/package.json, bindings/binding-darwin-arm64/package.json, Updated package version from 0.4.1 to 0.4.2 for each platform-specific binding package.
bindings/binding-linux-amd64/package.json, bindings/binding-linux-arm64/package.json
packages/binding/package.json Updated version to 0.4.2 and bumped optional dependency versions for all platform bindings to ^0.4.2.
packages/cli/package.json Updated version to 0.4.2 and updated dependency on @cnpmjs/binding to ^0.4.2.

Poem

🐇
Version numbers hop ahead,
Changelogs bloom in lines of red,
Actions upgraded, v4 in tow,
Single mount now steals the show.
Each package dons a shiny hat—
0.4.2, imagine that!
The rabbit cheers, release is done—let’s run!


📜 Recent review details

Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 0b55784 and 37d1a48.

📒 Files selected for processing (15)
  • .github/workflows/release.yml (5 hunks)
  • CHANGELOG.md (1 hunks)
  • bindings/binding-darwin-amd64/CHANGELOG.md (1 hunks)
  • bindings/binding-darwin-amd64/package.json (1 hunks)
  • bindings/binding-darwin-arm64/CHANGELOG.md (1 hunks)
  • bindings/binding-darwin-arm64/package.json (1 hunks)
  • bindings/binding-linux-amd64/CHANGELOG.md (1 hunks)
  • bindings/binding-linux-amd64/package.json (1 hunks)
  • bindings/binding-linux-arm64/CHANGELOG.md (1 hunks)
  • bindings/binding-linux-arm64/package.json (1 hunks)
  • lerna.json (1 hunks)
  • packages/binding/CHANGELOG.md (1 hunks)
  • packages/binding/package.json (2 hunks)
  • packages/cli/CHANGELOG.md (1 hunks)
  • packages/cli/package.json (2 hunks)
⏰ Context from checks skipped due to timeout of 90000ms (10)
  • GitHub Check: macos-test (20.x, bash)
  • GitHub Check: linux-test (16.x, ubuntu-22.04, bash, 3.9)
  • GitHub Check: linux-test (18.x, ubuntu-22.04, bash, 3.9)
  • GitHub Check: build (ubuntu-22.04, bash)
  • GitHub Check: macos-test (16.x, bash)
  • GitHub Check: linux-test (20.x, ubuntu-22.04, bash, 3.9)
  • GitHub Check: linux-ci (18.x, ubuntu-22.04, bash)
  • GitHub Check: linux-ci (20.x, ubuntu-22.04, bash)
  • GitHub Check: macos-test (18.x, bash)
  • GitHub Check: linux-ci (16.x, ubuntu-22.04, bash)
🔇 Additional comments (17)
lerna.json (1)

2-2: Approve version bump in lerna.json

The version field has been correctly updated from "0.4.1" to "0.4.2", aligning with the coordinated release.

bindings/binding-linux-amd64/package.json (1)

3-3: Approve version bump for @cnpmjs/binding-linux-x64

The package version has been correctly updated to "0.4.2" to match the new release.

bindings/binding-darwin-amd64/package.json (1)

3-3: Approve version bump for @cnpmjs/binding-darwin-x64

The package version has been correctly updated to "0.4.2" to match the new release.

bindings/binding-darwin-arm64/package.json (1)

3-3: Approve version bump for @cnpmjs/binding-darwin-arm64

The package version has been correctly updated to "0.4.2" to match the new release.

CHANGELOG.md (1)

6-6: Approve changelog entry for v0.4.2

The new changelog section for version 0.4.2 dated 2025-04-24 correctly documents the "single mount" feature.

packages/cli/CHANGELOG.md (1)

6-6: Approve new changelog entry
The addition of the 0.4.2 section with the “single mount” feature is correctly formatted and references the appropriate issue and commit.

bindings/binding-linux-arm64/package.json (1)

3-3: Approve version bump to 0.4.2
The package version has been correctly updated from 0.4.1 to 0.4.2, aligning with the coordinated release across all bindings.

bindings/binding-darwin-amd64/CHANGELOG.md (1)

6-9: Approve version-only changelog entry
The new 0.4.2 entry correctly notes the version bump for @cnpmjs/binding-darwin-x64 without additional content, matching the coordinated release strategy.

packages/cli/package.json (1)

3-3: Approve version and dependency bumps
The version field has been updated to 0.4.2, and the @cnpmjs/binding dependency has been correspondingly updated to ^0.4.2, ensuring consistency with other packages.

Also applies to: 14-14

bindings/binding-linux-arm64/CHANGELOG.md (1)

6-9: Approve version-only changelog entry
The 0.4.2 changelog notes only the version bump for @cnpmjs/binding-linux-arm64, which is accurate for this coordinated release.

packages/binding/CHANGELOG.md (1)

6-9: Add 0.4.2 changelog entry for @cnpmjs/binding
A new section for version 0.4.2 dated 2025-04-24 has been inserted, noting that this is a version bump only.

bindings/binding-linux-amd64/CHANGELOG.md (1)

6-9: Add 0.4.2 changelog entry for @cnpmjs/binding-linux-x64
This entry documents only the version bump to 0.4.2 dated 2025-04-24.

bindings/binding-darwin-arm64/CHANGELOG.md (1)

6-9: Add 0.4.2 changelog entry for @cnpmjs/binding-darwin-arm64
The new version bump-only entry for 0.4.2 (2025-04-24) is correctly formatted.

packages/binding/package.json (2)

3-3: Bump package version to 0.4.2
The root version has been updated from 0.4.1 to 0.4.2, matching the coordinated release.


21-24: Update optionalDependencies to ^0.4.2
All platform-specific binding dependencies have been aligned to the new 0.4.2 version.

.github/workflows/release.yml (2)

83-83: Upgrade artifact upload action to v4
All actions/upload-artifact steps have been updated from v3 to v4 to comply with the deprecation notice.

Also applies to: 163-163, 223-223, 283-283


306-306: Upgrade artifact download action to v4
All actions/download-artifact steps have been updated from v3 to v4, ensuring consistency across jobs.

Also applies to: 311-311, 316-316, 321-321


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share
🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai generate docstrings to generate docstrings for this PR.
  • @coderabbitai generate sequence diagram to generate a sequence diagram of the changes in this PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

@socket-security
Copy link

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Added@​napi-rs/​cli@​2.18.410010010096100

View full report

Copy link
Contributor

@killagu killagu left a comment

Choose a reason for hiding this comment

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

LGTM

@elrrrrrrr elrrrrrrr merged commit 783b400 into master Apr 24, 2025
13 checks passed
@elrrrrrrr elrrrrrrr deleted the chore-artifact-v4 branch April 24, 2025 15:45
@coderabbitai coderabbitai bot mentioned this pull request Apr 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants