Skip to content

build(deps): bump @actions/artifact from 5.0.3 to 6.1.0#972

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/actions/artifact-6.1.0
Open

build(deps): bump @actions/artifact from 5.0.3 to 6.1.0#972
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/actions/artifact-6.1.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 30, 2026

Bumps @actions/artifact from 5.0.3 to 6.1.0.

Changelog

Sourced from @​actions/artifact's changelog.

6.1.0

  • Support downloading non-zip artifacts. Zipped artifacts will be decompressed automatically (with an optional override). Un-zipped artifacts will be downloaded as-is.

6.0.0

  • Breaking change: Package is now ESM-only
    • CommonJS consumers must use dynamic import() instead of require()
Commits

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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)

Bumps [@actions/artifact](https://github.com/actions/toolkit/tree/HEAD/packages/artifact) from 5.0.3 to 6.1.0.
- [Changelog](https://github.com/actions/toolkit/blob/main/packages/artifact/RELEASES.md)
- [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/artifact)

---
updated-dependencies:
- dependency-name: "@actions/artifact"
  dependency-version: 6.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@crazy-max
Copy link
Member

The public v6 API doesn't let us set blob headers 😣

#13 [build 1/1] RUN --mount=type=bind,target=.,rw   --mount=type=cache,target=/src/.yarn/cache   --mount=type=cache,target=/src/node_modules   yarn run build && mkdir /out && cp -Rf lib /out/
#13 4.018 src/github.ts(23,75): error TS2307: Cannot find module '@actions/artifact/lib/generated' or its corresponding type declarations.
#13 4.018 src/github.ts(24,43): error TS2307: Cannot find module '@actions/artifact/lib/internal/shared/artifact-twirp-client' or its corresponding type declarations.
#13 4.018 src/github.ts(25,22): error TS2307: Cannot find module '@actions/artifact/lib/internal/shared/config' or its corresponding type declarations.
#13 4.018 src/github.ts(26,38): error TS2307: Cannot find module '@actions/artifact/lib/internal/shared/util' or its corresponding type declarations.
#13 4.018 src/github.ts(27,29): error TS2307: Cannot find module '@actions/artifact/lib/internal/upload/retention' or its corresponding type declarations.
#13 ERROR: process "/bin/sh -c yarn run build && mkdir /out && cp -Rf lib /out/" did not complete successfully: exit code: 2

Need to wait for:

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.

1 participant