Skip to content

chore(ci): bump actions/upload-artifact from 4.6.2 to 7.0.1 - #70

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/actions/upload-artifact-7.0.1
Closed

chore(ci): bump actions/upload-artifact from 4.6.2 to 7.0.1#70
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/actions/upload-artifact-7.0.1

Conversation

@dependabot

@dependabotdependabotBot commented on behalf of githubAug 24, 2026

Copy link
Copy Markdown
Contributor

Bumps actions/upload-artifact from 4.6.2 to 7.0.1.

Release notes

Sourced from actions/upload-artifact's releases.

v7.0.1

What's Changed

Full Changelog: actions/upload-artifact@v7...v7.0.1

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

... (truncated)

Commits
  • 043fb46 Merge pull request #797 from actions/yacaovsnc/update-dependency
  • 634250c Include changes in typespec/ts-http-runtime 0.3.5
  • e454baa Readme: bump all the example versions to v7 (#796)
  • 74fad66 Update the readme with direct upload details (#795)
  • 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
  • Additional commits viewable in compare view

@dependabotdependabotBot added the dependencies Pull requests that update a dependency file label Aug 24, 2026
@dependabot@github

dependabotBot commented on behalf of githubAug 24, 2026

Copy link
Copy Markdown
ContributorAuthor

Labels

The following labels could not be found: ci. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot
dependabotBot requested a review from bgard68 as a code ownerAugust 24, 2026 11:37
@dependabotdependabotBot added the dependencies Pull requests that update a dependency file label Aug 24, 2026
@github-actions

Copy link
Copy Markdown

Dependency Review

✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.

OpenSSF Scorecard

PackageVersionScoreDetails
actions/actions/upload-artifact 043fb46d1a93c77aae656e7c1c64a875d1fc6a0a🟢 4.5
Details
CheckScoreReason
Code-Review🟢 10all changesets reviewed
Pinned-Dependencies⚠️ -1no dependencies found
Maintained⚠️ 00 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Binary-Artifacts🟢 10no binaries found in the repo
Token-Permissions⚠️ -1No tokens found
Dangerous-Workflow⚠️ -1no workflows found
Packaging⚠️ -1packaging workflow not detected
CII-Best-Practices⚠️ 0no effort to earn an OpenSSF best practices badge detected
Fuzzing⚠️ 0project is not fuzzed
License🟢 10license file detected
Signed-Releases⚠️ -1no releases found
Security-Policy⚠️ 0security policy file not detected
SAST🟢 10SAST tool is run on all commits
Branch-Protection⚠️ 0branch protection not enabled on development/release branches

Scanned Files

  • .github/workflows/test-suite.yml

bgard68 added a commit that referenced this pull request Aug 24, 2026
…ps (#76)
Three open Dependabot PRs could never go green, for two distinct reasons.
Microsoft.OpenApi (#75): Microsoft.AspNetCore.OpenApi 10.x constrains it to
>=2.7.5 <3.0.0, so the proposed 3.10.2 resolves outside the constraint and
raises NU1608 — an error here, not a warning, because Directory.Build.props
sets TreatWarningsAsErrors. No 3.x can merge until ASP.NET Core moves first.
Ignore major updates for that package only; 2.x patches still flow, which is
what the explicit pin exists for (GHSA-v5pm-xwqc-g5wc).
codeql-action (#72, #69): init and analyze are pinned to a single SHA, and
Dependabot raised one PR per sub-action. Either alone lands a mismatch that
fails at run time with "Loaded a configuration file for version X, but
running version Y". The same hazard sits in #70/#68 — test-suite.yml uploads
and downloads artifacts, so the two actions must share a major.
Group both families ahead of the actions-all catch-all so co-versioned
actions always travel in one PR. Groups match in definition order.
Co-authored-by: Claude Opus 5 <noreply@anthropic.com>
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.6.2 to 7.0.1.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@ea165f8...043fb46)
---
updated-dependencies:
- dependency-name: actions/upload-artifact
dependency-version: 7.0.1
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabotBotforce-pushed the dependabot/github_actions/actions/upload-artifact-7.0.1 branch from 51b660c to acf647eCompareAugust 24, 2026 12:14
bgard68 added a commit that referenced this pull request Aug 24, 2026
upload-artifact 4.6.2 -> 7.0.1 and download-artifact 4.3.0 -> 8.0.1.
Dependabot raised these as #70 and #68. test-suite.yml uploads coverage
artifacts in two jobs and downloads them in a third, and the artifact
backend is not compatible across these majors — merging either PR alone
would leave main with a broken upload/download handoff until the other
landed. Combining them keeps main consistent at every commit.
The dependabot.yml grouping added in #76 makes this automatic from the
next run; this commit clears the pair already in flight.
Co-authored-by: Claude Opus 5 <noreply@anthropic.com>
@dependabot@github

dependabotBot commented on behalf of githubAug 24, 2026

Copy link
Copy Markdown
ContributorAuthor

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot
dependabotBot deleted the dependabot/github_actions/actions/upload-artifact-7.0.1 branch August 24, 2026 12:16
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependenciesPull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants