chore: bump the actions group across 1 directory with 5 updates#18
chore: bump the actions group across 1 directory with 5 updates#18dependabot[bot] wants to merge 1 commit into
Conversation
| run: bun install --frozen-lockfile | ||
| - if: inputs.build-changed == 'true' | ||
| uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0 | ||
| uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 |
There was a problem hiding this comment.
🚩 download-artifact major version bump (v7 → v8) paired with upload-artifact v7
The download-artifact action was bumped from v7.0.0 to v8.0.1 at .github/workflows/rust-napi-ci.yml:265, while upload-artifact remains at v7.0.1 at .github/workflows/rust-napi-ci.yml:231. Both are in the v4+ generation sharing the same underlying artifact backend, so artifact format compatibility is maintained. The download step uses no name parameter (downloading all artifacts into subdirectories under path: artifacts), and the subsequent "Move artifacts" step at line 271-281 iterates over artifacts/bindings-* — this pattern has been stable since v4. However, since this is a major version bump, it's worth verifying the v8 release notes for any changes to default behavior (e.g., new required inputs, changed defaults for merge-multiple, or filtering behavior) that could silently affect which artifacts are downloaded.
Was this helpful? React with 👍 or 👎 to provide feedback.
Bumps the actions group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [actions/create-github-app-token](https://github.com/actions/create-github-app-token) | `3.0.0` | `3.1.1` | | [actions/upload-artifact](https://github.com/actions/upload-artifact) | `7.0.0` | `7.0.1` | | [michalvankodev/copy-issue-labels](https://github.com/michalvankodev/copy-issue-labels) | `1.3.0` | `2.0.0` | | [actions/setup-node](https://github.com/actions/setup-node) | `6.3.0` | `6.4.0` | | [actions/download-artifact](https://github.com/actions/download-artifact) | `7.0.0` | `8.0.1` | Updates `actions/create-github-app-token` from 3.0.0 to 3.1.1 - [Release notes](https://github.com/actions/create-github-app-token/releases) - [Commits](actions/create-github-app-token@v3...1b10c78) Updates `actions/upload-artifact` from 7.0.0 to 7.0.1 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v7...043fb46) Updates `michalvankodev/copy-issue-labels` from 1.3.0 to 2.0.0 - [Release notes](https://github.com/michalvankodev/copy-issue-labels/releases) - [Commits](michalvankodev/copy-issue-labels@f54e957...c4df96e) Updates `actions/setup-node` from 6.3.0 to 6.4.0 - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](actions/setup-node@53b8394...48b55a0) Updates `actions/download-artifact` from 7.0.0 to 8.0.1 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@37930b1...3e5f45b) --- updated-dependencies: - dependency-name: actions/create-github-app-token dependency-version: 3.1.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions - dependency-name: actions/download-artifact dependency-version: 8.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: actions/setup-node dependency-version: 6.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions - dependency-name: actions/upload-artifact dependency-version: 7.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions - dependency-name: michalvankodev/copy-issue-labels dependency-version: 2.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com>
105af14 to
300be93
Compare
Bumps the actions group with 5 updates in the / directory:
3.0.03.1.17.0.07.0.11.3.02.0.06.3.06.4.07.0.08.0.1Updates
actions/create-github-app-tokenfrom 3.0.0 to 3.1.1Release notes
Sourced from actions/create-github-app-token's releases.
Commits
Updates
actions/upload-artifactfrom 7.0.0 to 7.0.1Release notes
Sourced from actions/upload-artifact's releases.
Commits
Updates
michalvankodev/copy-issue-labelsfrom 1.3.0 to 2.0.0Release notes
Sourced from michalvankodev/copy-issue-labels's releases.
Commits
c4df96echore: bump to v2.0.0c537f95Bump to node24 (#17)Updates
actions/setup-nodefrom 6.3.0 to 6.4.0Release notes
Sourced from actions/setup-node's releases.
Commits
48b55a0Update Node.js versions in versions.yml and bump package to v6.4.0 (#1533)ab72c7eUpgrade@actionsdependencies (#1525)Updates
actions/download-artifactfrom 7.0.0 to 8.0.1Release notes
Sourced from actions/download-artifact's releases.
Commits
3e5f45bAdd regression tests for CJK characters (#471)e6d03f6Add a regression test for artifact name + content-type mismatches (#472)70fc10cMerge pull request #461 from actions/danwkennedy/digest-mismatch-behaviorf258da9Add change docsccc058eFix linting issuesbd7976bAdd a setting to specify what to do on hash mismatch and default it toerrorac21fcfMerge pull request #460 from actions/danwkennedy/download-no-unzip15999bfAdd note about package bumps974686eBump the version tov8and add release notesfbe48b1Update test names to make it clearer what they do