Skip to content

build(deps): bump actions/upload-artifact from 5 to 6#60

Open
dependabot[bot] wants to merge 9 commits intov3.1-triton-publicfrom
dependabot/github_actions/actions/upload-artifact-6
Open

build(deps): bump actions/upload-artifact from 5 to 6#60
dependabot[bot] wants to merge 9 commits intov3.1-triton-publicfrom
dependabot/github_actions/actions/upload-artifact-6

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 9, 2026

Bumps actions/upload-artifact from 5 to 6.

Release notes

Sourced from actions/upload-artifact's releases.

v6.0.0

v6 - What's new

[!IMPORTANT] actions/upload-artifact@v6 now runs on Node.js 24 (runs.using: node24) and requires a minimum Actions Runner version of 2.327.1. If you are using self-hosted runners, ensure they are updated before upgrading.

Node.js 24

This release updates the runtime to Node.js 24. v5 had preliminary support for Node.js 24, however this action was by default still running on Node.js 20. Now this action by default will run on Node.js 24.

What's Changed

Full Changelog: actions/upload-artifact@v5.0.0...v6.0.0

Commits
  • b7c566a Merge pull request #745 from actions/upload-artifact-v6-release
  • e516bc8 docs: correct description of Node.js 24 support in README
  • ddc45ed docs: update README to correct action name for Node.js 24 support
  • 615b319 chore: release v6.0.0 for Node.js 24 support
  • 017748b Merge pull request #744 from actions/fix-storage-blob
  • 38d4c79 chore: rebuild dist
  • 7d27270 chore: add missing license cache files for @​actions/core, @​actions/io, and mi...
  • 5f643d3 chore: update license files for @​actions/artifact@​5.0.1 dependencies
  • 1df1684 chore: update package-lock.json with @​actions/artifact@​5.0.1
  • b5b1a91 fix: update @​actions/artifact to ^5.0.0 for Node.js 24 punycode fix
  • Additional commits viewable in compare view

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Feb 9, 2026
WilfredAlmeida and others added 7 commits February 10, 2026 10:57
Signed-off-by: GitHub <noreply@github.com>
Signed-off-by: GitHub <noreply@github.com>
Signed-off-by: GitHub <noreply@github.com>
Signed-off-by: GitHub <noreply@github.com>
Signed-off-by: GitHub <noreply@github.com>
Adds a patch that allows more complex queries for gPA.
Adds a new geyser plugin notification that fires when transactions are deserialized
from shreds (deshredded), before any replay or execution occurs.

This hooks into CompletedDataSetsService which receives callbacks from the blockstore
when data sets (entries) are formed from incoming shreds. This is the earliest point
where complete transaction data is available.

Key differences from the existing transaction notifier:
- Fires before replay/execution, not after
- Does not include TransactionStatusMeta (no execution results available yet)
- Cannot provide accurate transaction/entry indices since data sets arrive as shreds
  complete, not in slot order

New geyser plugin interface:
- ReplicaDeshredTransactionInfo: contains signature, is_vote, and transaction
- notify_deshred_transaction(): called for each transaction when deshredded
- deshred_transaction_notifications_enabled(): opt-in for plugins

Implementation:
- DeshredTransactionNotifier trait in solana-ledger
- DeshredTransactionNotifierImpl in solana-geyser-plugin-manager
- Integration in CompletedDataSetsService and Validator
leafaar and others added 2 commits February 10, 2026 13:20
* feat(geyser): load ALT for V0 messages on deshred-transactions

* chore(geyser): add metrics for alt loading and deshred-txn
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 5 to 6.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@v5...v6)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/github_actions/actions/upload-artifact-6 branch from acb7bf7 to c1aa2a9 Compare February 11, 2026 09:16
@leafaar leafaar force-pushed the v3.1-triton-public branch from 6549613 to efa7c30 Compare March 4, 2026 17:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants