Skip to content

build(deps): bump actions/upload-artifact from 4.6.2 to 7.0.0#249

Merged
pesap merged 1 commit intomainfrom
dependabot/github_actions/actions/upload-artifact-7.0.0
Apr 8, 2026
Merged

build(deps): bump actions/upload-artifact from 4.6.2 to 7.0.0#249
pesap merged 1 commit intomainfrom
dependabot/github_actions/actions/upload-artifact-7.0.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Apr 8, 2026

Bumps actions/upload-artifact from 4.6.2 to 7.0.0.

Release notes

Sourced from actions/upload-artifact's releases.

v7.0.0

v7 What's new

Direct Uploads

Adds support for uploading single files directly (unzipped). Callers can set the new archive parameter to false to skip zipping the file during upload. Right now, we only support single files. The action will fail if the glob passed resolves to multiple files. The name parameter is also ignored with this setting. Instead, the name of the artifact will be the name of the uploaded file.

ESM

To support new versions of the @actions/* packages, we've upgraded the package to ESM.

What's Changed

New Contributors

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

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

v5.0.0

What's Changed

BREAKING CHANGE: this update supports Node v24.x. This is not a breaking change per-se but we're treating it as such.

... (truncated)

Commits
  • bbbca2d Support direct file uploads (#764)
  • 589182c Upgrade the module to ESM and bump dependencies (#762)
  • 47309c9 Merge pull request #754 from actions/Link-/add-proxy-integration-tests
  • 02a8460 Add proxy integration test
  • 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
  • Additional commits viewable in compare view

@pesap
Copy link
Copy Markdown
Collaborator

pesap commented Apr 8, 2026

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/github_actions/actions/upload-artifact-7.0.0 branch from 017dbf6 to d4f8658 Compare April 8, 2026 16:29
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.6.2 to 7.0.0.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@ea165f8...bbbca2d)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-version: 7.0.0
  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-7.0.0 branch from d4f8658 to 735371b Compare April 8, 2026 16:36
@pesap pesap merged commit 4eb4301 into main Apr 8, 2026
17 of 19 checks passed
@pesap pesap deleted the dependabot/github_actions/actions/upload-artifact-7.0.0 branch April 8, 2026 19:31
pesap pushed a commit that referenced this pull request Apr 8, 2026
🤖 I have created a release *beep* *boop*
---


##
[2.0.0](r2x-v1.2.0...r2x-v2.0.0)
(2026-04-08)


### ⚠ BREAKING CHANGES

* Replace monolithic parser/exporter with plugin architecture. -
Introduce R2X Plugin Management System with discoverable plugin configs
- Restructure into four independent packages under packages/:
r2x-reeds-to-sienna, r2x-reeds-to-plexos, r2x-sienna-to-plexos,
r2x-plexos-to-sienna - Extract parsing/exporting into separate model
plugins, translations are now pure mapping logic - Overhaul CI/CD with
per-package release-please, dependabot, auto-labeler, and commit linting
- Add taplo (TOML linting), ty (type checking), and updated pre-commit
hooks - Expand test coverage across all translation packages (getters,
rules, utilities) - Fix min stable level zeroing, duplicated arcs, time
series store, and template injection bugs - Fix smoke test to build all
workspace packages locally for dependency resolution - Rewrite
documentation to match new framework style and update README

### Features

* add check_solve_year method and add it to reeds parser test
([#158](#158))
([366d7c4](366d7c4))
* Add compatibility with more operational cost representation on Plexos
([#40](#40))
([77dfceb](77dfceb))
* Add functions to convert recf.h5 to new hdf5 format from ReEDS
([#115](#115))
([cd0863e](cd0863e))
* Add hurdle rate plugin for ReEDS2Plexos
([#60](#60))
([c0d28f6](c0d28f6))
* Add new function that creates an instance of a model with the option
to skip validation
([#110](#110))
([dab93ff](dab93ff))
* Add ReEDS parser to the public version and some Plexos exporter fixes
([#43](#43))
([d1a61f0](d1a61f0))
* Adding `smr` technology from ReEDS.
([#197](#197))
([0f938e3](0f938e3))
* Adding cambium and electrolyzer plugin
([#135](#135))
([966e5ac](966e5ac))
* Adding new CLI entrypoints and better handling of scenarios
([#94](#94))
([45cda9b](45cda9b))
* Adding updated version of timeseries exporter and dispatch methods to
get year from different models
([#125](#125))
([b3d4b3d](b3d4b3d))
* Cost Function definition and export fixes
([#24](#24))
([eec9cb6](eec9cb6))
* export fuel curves for plexos
([#77](#77))
([bd651e4](bd651e4))
* First draft of ThermalMultiStart struct
([#148](#148))
([81dda11](81dda11))
* Implements ValueCurves & Improve Prime Mover and Fuel Type Mapping
([#12](#12))
([fcc37c0](fcc37c0))
* improve imports fuel costs
([#13](#13))
([c169f1b](c169f1b))
* **models:** Updating PHES to reflect latest version of PSY.
([#144](#144))
([46ac96e](46ac96e))
* Multiple updates to the Plexos parser
([#47](#47))
([bf284f2](bf284f2))
* New emission_cap plugin that sets a custom constraint for Plexos
output model. ([#57](#57))
([9114586](9114586))
* **plexos:** Adding parsing of `year,month,day` files from plexos
([#175](#175))
([1af4b33](1af4b33))
* **plexos:** plexos parser xml
([#93](#93))
([835e904](835e904))
* **plugins:** Adding CCS plugin for ReDS and Plexos translation
([#95](#95))
([73087e2](73087e2))
* Update issue templates
([ece260b](ece260b))
* Update runner to UV
([#80](#80))
([03c5e05](03c5e05))
* v2.0.0 ([#187](#187))
([161bcc9](161bcc9))


### Bug Fixes

* Add correct sorting for plexos files with TS_NYMDH and caching better
the data files.
([#152](#152))
([196f0d9](196f0d9))
* Add special handling for load.h5 on ReEDS.
([#149](#149))
([5701526](5701526))
* Added correct unit validation for `FuelPrice`
([#86](#86))
([1f4f0b1](1f4f0b1)),
closes [#83](#83)
* Adding capability to filter by weather year instead of indexing
([#160](#160))
([e70f2e0](e70f2e0))
* Adding datetime fix for h5files
([#174](#174))
([9199cf3](9199cf3))
* Adding missing exports from models
([#154](#154))
([2b67581](2b67581))
* Cambium fixes and upgrader fixes
([#119](#119))
([f926bb4](f926bb4))
* change co2_cap column name to tonne_per_year
([#138](#138))
([553570a](553570a))
* Changed `BaseUnit` and description for `fixed` field for
`ThermalGenerationCost`
([#79](#79))
([d2a2140](d2a2140)),
closes [#76](#76)
* Changing time series name for Regulation reserves
([#145](#145))
([b0efb89](b0efb89))
* Cleaning configuration file for plexos and adding more testing
([#11](#11))
([dee6edc](dee6edc))
* Compatibility fixes for standard scenarios
([#62](#62))
([fc505d2](fc505d2))
* Correct parsing of TS_NMDH for plexos parser
([#100](#100))
([8fd1a9c](8fd1a9c))
* Correctly assign `output_active_power_limits`
([#59](#59))
([cc76cf2](cc76cf2)),
closes [#58](#58)
* **docs:** Update README.md
([249ab1b](249ab1b))
* Enable round trip from plexos
([#128](#128))
([a16ea32](a16ea32))
* **enums:** Uppercase all enums to be compliant with other languages.
([#29](#29))
([98c2a60](98c2a60)),
closes [#17](#17)
* hmap_myr.csv and can_imports_quarter_frac.csv for ReEDS compatibility
([#151](#151))
([c85fd06](c85fd06))
* Improve PSY compatibility and incorporate changes to infrasys and data
modeling ([#112](#112))
([8a61169](8a61169))
* Infrasys json serialization and compatibiility fixes
([#106](#106))
([40137fd](40137fd))
* Make ReEDS parser compatible with new cost functions
([#44](#44))
([0e09279](0e09279))
* **plexos_export:** Added `coalduns` mapping to ReEDS and adding line
flow exporter ([#55](#55))
([b8cc616](b8cc616))
* **plexos:** Ext data export, Variable defaults, and Data File Scenario
Filtering ([#38](#38))
([e963011](e963011))
* **plexos:** Fix Rating and Availability Logic
([#8](#8))
([2658b67](2658b67))
* ReEDS compatibility changes
([#114](#114))
([b0ef7de](b0ef7de))
* **reeds:** Adding more technologies and better logging for renewable
profile. ([#157](#157))
([708a9d5](708a9d5))
* **reeds:** Adding new reeds_tech `coal-new_coal-ccs_mod`
([#156](#156))
([a73bc7e](a73bc7e))
* **reeds:** Correct upgrader function for load.h5
([#143](#143))
([e962dec](e962dec))
* Removing old reference to named tuples and core packages and improving
upgrader. ([#170](#170))
([b93efad](b93efad))
* Reverting file name to use the seasons instead of quarters
([#155](#155))
([339ec9a](339ec9a))
* Sienna exporter incompatibility when starting from ReEDS
([#108](#108))
([05befac](05befac))
* update file name for planned outages from ReEDS
([#49](#49))
([a07253e](a07253e))
* Update link on README
([e02aca5](e02aca5))
* Updating codebase to match internal
([#16](#16))
([cd4d606](cd4d606))
* variable scenario filtering, and availability TS multiplier
([#91](#91))
([0b37690](0b37690))


### Documentation

* Adding first version of documentation
([#42](#42))
([d893a6a](d893a6a))
* Remove missing link for image
([#196](#196))
([baea8a1](baea8a1))
* Removing references to other repo.
([9910834](9910834))
* Update README.md
([ac9971c](ac9971c))


### CI/CD

* **actions:** Added GitHub actions to the repo
([#6](#6))
([eec81bb](eec81bb))
* Add capability to run the CI manually
([2332c31](2332c31))
* Add codecoverage
([eec2c24](eec2c24))
* Adding action on push to main
([a524c6e](a524c6e))
* Adding new way of making releases
([#140](#140))
([14d7359](14d7359))
* Adding publish to pypy
([6dae411](6dae411))


### Build

* **deps:** bump actions/upload-artifact from 4.6.2 to 7.0.0
([#249](#249))
([4eb4301](4eb4301))
* **deps:** bump astral-sh/setup-uv from 7.6.0 to 8.0.0
([#247](#247))
([d8f3cdc](d8f3cdc))
* **deps:** bump codecov/codecov-action from 5.5.4 to 6.0.0
([#248](#248))
([1b7acb5](1b7acb5))
* **deps:** bump pypa/gh-action-pypi-publish from 1.13.0 to 1.14.0
([#250](#250))
([bb1fc94](bb1fc94))


### Tests

* Added PJM test system and fixed enum representation to be just string.
([#21](#21))
([1277159](1277159))
* **codecov:** Adding codecov file
([#92](#92))
([959ef4d](959ef4d))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants