Skip to content

build(deps): bump the actions-major group across 2 directories with 4 updates#668

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/dot-github/actions/package-archive-build/actions-major-518f77ef3d
Open

build(deps): bump the actions-major group across 2 directories with 4 updates#668
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/dot-github/actions/package-archive-build/actions-major-518f77ef3d

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 10, 2026

Copy link
Copy Markdown
Contributor

Bumps the actions-major group with 3 updates in the /.github/actions/package-archive-build directory: DeterminateSystems/magic-nix-cache-action, actions/download-artifact and actions/upload-artifact.
Bumps the actions-major group with 3 updates in the /.github/actions/package-toolchain directory: DeterminateSystems/magic-nix-cache-action, actions/upload-artifact and actions/cache.

Updates DeterminateSystems/magic-nix-cache-action from 13 to 14

Release notes

Sourced from DeterminateSystems/magic-nix-cache-action's releases.

v14

Full Changelog: DeterminateSystems/magic-nix-cache-action@v13...v14

Commits
  • 908b263 Update detsys-ts: Merge pull request #181 from DeterminateSystems/update-no...
  • 5626df0 Bump fast-xml-builder from 1.1.5 to 1.2.0 (#192)
  • 3c034b5 Update detsys-ts: Populate group properties (#176) (#191)
  • b4a9864 Update detsys-ts for: `Merge pull request #171 from DeterminateSystems/upda...
  • 47132d1 fixup: drop x86_64-darwin devshell (#189)
  • 4365714 Switch repo to npm (#187)
  • 1828eb4 Update deps (#186)
  • 4a93660 Update detsys-ts: Drop the old schemas and integrate the open PRs (#162) (#...
  • cec65ff Update detsys-ts for: unoptional timeout ([#146](https://github.com/determinatesystems/magic-nix-cache-action/issues/146)) (`a621ba724bb21cc2907e525...
  • a439bd1 Update detsys-ts: Fix default value for Action option (#144) (#179)
  • Additional commits viewable in compare view

Updates actions/download-artifact from 4 to 8

Release notes

Sourced from actions/download-artifact's releases.

v8.0.0

v8 - What's new

[!IMPORTANT] actions/download-artifact@v8 has been migrated to an ESM module. This should be transparent to the caller but forks might need to make significant changes.

[!IMPORTANT] Hash mismatches will now error by default. Users can override this behavior with a setting change (see below).

Direct downloads

To support direct uploads in actions/upload-artifact, the action will no longer attempt to unzip all downloaded files. Instead, the action checks the Content-Type header ahead of unzipping and skips non-zipped files. Callers wishing to download a zipped file as-is can also set the new skip-decompress parameter to true.

Enforced checks (breaking)

A previous release introduced digest checks on the download. If a download hash didn't match the expected hash from the server, the action would log a warning. Callers can now configure the behavior on mismatch with the digest-mismatch parameter. To be secure by default, we are now defaulting the behavior to error which will fail the workflow run.

ESM

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

What's Changed

Full Changelog: actions/download-artifact@v7...v8.0.0

v7.0.0

v7 - What's new

[!IMPORTANT] actions/download-artifact@v7 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. v6 had preliminary support for Node 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

New Contributors

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

v6.0.0

... (truncated)

Commits
  • 3e5f45b Add regression tests for CJK characters (#471)
  • e6d03f6 Add a regression test for artifact name + content-type mismatches (#472)
  • 70fc10c Merge pull request #461 from actions/danwkennedy/digest-mismatch-behavior
  • f258da9 Add change docs
  • ccc058e Fix linting issues
  • bd7976b Add a setting to specify what to do on hash mismatch and default it to error
  • ac21fcf Merge pull request #460 from actions/danwkennedy/download-no-unzip
  • 15999bf Add note about package bumps
  • 974686e Bump the version to v8 and add release notes
  • fbe48b1 Update test names to make it clearer what they do
  • Additional commits viewable in compare view

Updates actions/upload-artifact from 4 to 7

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
  • 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

Updates DeterminateSystems/magic-nix-cache-action from 13 to 14

Release notes

Sourced from DeterminateSystems/magic-nix-cache-action's releases.

v14

Full Changelog: DeterminateSystems/magic-nix-cache-action@v13...v14

Commits
  • 908b263 Update detsys-ts: Merge pull request #181 from DeterminateSystems/update-no...
  • 5626df0 Bump fast-xml-builder from 1.1.5 to 1.2.0 (#192)
  • 3c034b5 Update detsys-ts: Populate group properties (#176) (#191)
  • b4a9864 Update detsys-ts for: `Merge pull request #171 from DeterminateSystems/upda...
  • 47132d1 fixup: drop x86_64-darwin devshell (#189)
  • 4365714 Switch repo to npm (#187)
  • 1828eb4 Update deps (#186)
  • 4a93660 Update detsys-ts: Drop the old schemas and integrate the open PRs (#162) (#...
  • cec65ff Update detsys-ts for: unoptional timeout ([#146](https://github.com/determinatesystems/magic-nix-cache-action/issues/146)) (`a621ba724bb21cc2907e525...
  • a439bd1 Update detsys-ts: Fix default value for Action option (#144) (#179)
  • Additional commits viewable in compare view

Updates actions/upload-artifact from 4 to 7

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
  • 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

Updates DeterminateSystems/magic-nix-cache-action from 13 to 14

Release notes

Sourced from DeterminateSystems/magic-nix-cache-action's releases.

v14

Full Changelog: DeterminateSystems/magic-nix-cache-action@v13...v14

Commits
  • 908b263 Update detsys-ts: Merge pull request #181 from DeterminateSystems/update-no...
  • 5626df0 Bump fast-xml-builder from 1.1.5 to 1.2.0 (#192)
  • 3c034b5 Update detsys-ts: Populate group properties (#176) (#191)
  • b4a9864 Update detsys-ts for: `Merge pull request #171 from DeterminateSystems/upda...
  • 47132d1 fixup: drop x86_64-darwin devshell (#189)
  • 4365714 Switch repo to npm (#187)
  • 1828eb4 Update deps (#186)
  • 4a93660 Update detsys-ts: Drop the old schemas and integrate the open PRs (#162) (#...
  • cec65ff Update detsys-ts for: unoptional timeout ([#146](https://github.com/determinatesystems/magic-nix-cache-action/issues/146)) (`a621ba724bb21cc2907e525...
  • a439bd1 Update detsys-ts: Fix default value for Action option (#144) (#179)
  • Additional commits viewable in compare view

Updates actions/upload-artifact from 4 to 7

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
  • 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

Updates DeterminateSystems/magic-nix-cache-action from 13 to 14

Release notes

Sourced from DeterminateSystems/magic-nix-cache-action's releases.

v14

Full Changelog: DeterminateSystems/magic-nix-cache-action@v13...v14

Commits
  • 908b263 Update detsys-ts: Merge pull request #181 from DeterminateSystems/update-no...
  • 5626df0 Bump fast-xml-builder from 1.1.5 to 1.2.0 (#192)
  • 3c034b5 Update detsys-ts: Populate group properties (#176) (#191)
  • b4a9864 Update detsys-ts for: `Merge pull request #171 from DeterminateSystems/upda...
  • 47132d1 fixup: drop x86_64-darwin devshell (#189)
  • 4365714 Switch repo to npm (#187)
  • 1828eb4 Update deps (#186)
  • 4a93660 Update detsys-ts: Drop the old schemas and integrate the open PRs (#162) (#...
  • cec65ff Update detsys-ts for: unoptional timeout ([#146](https://github.com/determinatesystems/magic-nix-cache-action/issues/146)) (`a621ba724bb21cc2907e525...
  • a439bd1 Update detsys-ts: Fix default value for Action option (#144) (#179)
  • Additional commits viewable in compare view

Updates actions/cache from 4 to 5

Release notes

Sourced from actions/cache's releases.

v5.0.0

[!IMPORTANT] actions/cache@v5 runs on the Node.js 24 runtime and requires a minimum Actions Runner version of 2.327.1.

If you are using self-hosted runners, ensure they are updated before upgrading.


What's Changed

Full Changelog: actions/cache@v4.3.0...v5.0.0

v4.3.0

What's Changed

New Contributors

Full Changelog: actions/cache@v4...v4.3.0

v4.2.4

What's Changed

New Contributors

Full Changelog: actions/cache@v4...v4.2.4

v4.2.3

What's Changed

  • Update to use @​actions/cache 4.0.3 package & prepare for new release by @​salmanmkc in actions/cache#1577 (SAS tokens for cache entries are now masked in debug logs)

New Contributors

Full Changelog: actions/cache@v4.2.2...v4.2.3

... (truncated)

Changelog

Sourced from actions/cache's changelog.

Releases

How to prepare a release

[!NOTE]
Relevant for maintainers with write access only.

  1. Switch to a new branch from main.
  2. Run npm test to ensure all tests are passing.
  3. Update the version in https://github.com/actions/cache/blob/main/package.json.
  4. Run npm run build to update the compiled files.
  5. Update this https://github.com/actions/cache/blob/main/RELEASES.md with the new version and changes in the ## Changelog section.
  6. Run licensed cache to update the license report.
  7. Run licensed status and resolve any warnings by updating the https://github.com/actions/cache/blob/main/.licensed.yml file with the exceptions.
  8. Commit your changes and push your branch upstream.
  9. Open a pull request against main and get it reviewed and merged.
  10. Draft a new release https://github.com/actions/cache/releases use the same version number used in package.json
    1. Create a new tag with the version number.
    2. Auto generate release notes and update them to match the changes you made in RELEASES.md.
    3. Toggle the set as the latest release option.
    4. Publish the release.
  11. Navigate to https://github.com/actions/cache/actions/workflows/release-new-action-version.yml
    1. There should be a workflow run queued with the same version number.
    2. Approve the run to publish the new version and update the major tags for this action.

Changelog

5.0.4

  • Bump minimatch to v3.1.5 (fixes ReDoS via globstar patterns)
  • Bump undici to v6.24.1 (WebSocket decompression bomb protection, header validation fixes)
  • Bump fast-xml-parser to v5.5.6

5.0.3

5.0.2

  • Bump @actions/cache to v5.0.3 #1692

5.0.1

  • Update @azure/storage-blob to ^12.29.1 via @actions/cache@5.0.1 #1685

5.0.0

[!IMPORTANT] actions/cache@v5 runs on the Node.js 24 runtime and requires a minimum Actions Runner version of 2.327.1.

... (truncated)

Commits
  • 27d5ce7 Merge pull request #1747 from actions/yacaovsnc/update-dependency
  • f280785 licensed changes
  • 619aeb1 npm run build generated dist files
  • bcf16c2 Update ts-http-runtime to 0.3.5
  • 6682284 Merge pull request #1738 from actions/prepare-v5.0.4
  • e340396 Update RELEASES
  • 8a67110 Add licenses
  • 1865903 Update dependencies & patch security vulnerabilities
  • 5656298 Merge pull request #1722 from RyPeck/patch-1
  • 4e380d1 Fix cache key in examples.md for bun.lock
  • Additional commits viewable in compare view

Updates actions/upload-artifact from 4 to 7

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
  • 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

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Jun 10, 2026
@github-actions

github-actions Bot commented Jun 10, 2026

Copy link
Copy Markdown

Phase B-1 matrix build status — pr-668-staging

ABI v14. 66 built, 0 failed, 66 total.

Package Arch Status Sha
libcurl wasm32 built 3575d03a
libcxx wasm32 built 6cd7fbfa
libcxx wasm64 built 1ae2a96b
libpng wasm32 built dd5d718a
libxml2 wasm32 built a1807698
libxml2 wasm64 built f611b5d5
ncurses wasm32 built 8b6a2085
openssl wasm32 built 30bf3b4d
openssl wasm64 built 815b4ba2
sqlite wasm32 built d700b825
sqlite wasm64 built 4e57dd21
zlib wasm32 built 73405c5b
zlib wasm64 built 42e6d874
bash wasm32 built 3469dae2
bc wasm32 built 25176aab
bzip2 wasm32 built d7effe94
coreutils wasm32 built 1153e17c
curl wasm32 built 3059f318
dash wasm32 built 99b35585
diffutils wasm32 built 17fc1f94
dinit wasm32 built 17875b99
fbdoom wasm32 built 8a81af40
file wasm32 built 74f1582c
findutils wasm32 built a28a2bf0
gawk wasm32 built 51bb3237
git wasm32 built d4951c7e
grep wasm32 built d8793548
gzip wasm32 built 08f959d0
kandelo-sdk wasm32 built 8702b883
kernel wasm32 built ccb94af1
less wasm32 built 46afa45c
lsof wasm32 built da00dccf
m4 wasm32 built 7f8bce48
make wasm32 built 462a0bc7
mariadb wasm32 built 5ed259f5
mariadb wasm64 built b8a5f274
msmtpd wasm32 built 600fd323
nano wasm32 built 648c873a
netcat wasm32 built a9b3f02d
nethack wasm32 built 291ce971
nginx wasm32 built a9d8b846
php wasm32 built 55a71543
posix-utils-lite wasm32 built 460a1625
sed wasm32 built 38b796b0
spidermonkey wasm32 built 3a153bfe
tar wasm32 built ed8ab9ce
tcl wasm32 built 77497063
unzip wasm32 built f87715f2
userspace wasm32 built 0cbac836
vim wasm32 built d40b29a0
wget wasm32 built a989e861
xz wasm32 built ade1cfec
zip wasm32 built 4d821007
zstd wasm32 built d5439e99
lamp wasm32 built 3242e952
mariadb-test wasm32 built b2fdbfc5
mariadb-vfs wasm32 built 673d30a0
mariadb-vfs wasm64 built caf02b26
nethack-browser-bundle wasm32 built 47706652
node wasm32 built cd6778df
rootfs wasm32 built 654e6246
spidermonkey-node wasm32 built 03be783c
vim-browser-bundle wasm32 built e9e8b13f
wordpress wasm32 built 3d348dea
shell wasm32 built 0d1996b6
node-vfs wasm32 built 117459c3

Auto-generated; replaced on each push. Raw data in the publish-status workflow artifact.

@dependabot dependabot Bot force-pushed the dependabot/github_actions/dot-github/actions/package-archive-build/actions-major-518f77ef3d branch from 19a0275 to 500eaf2 Compare June 11, 2026 04:15
… updates

Bumps the actions-major group with 3 updates in the /.github/actions/package-archive-build directory: [DeterminateSystems/magic-nix-cache-action](https://github.com/determinatesystems/magic-nix-cache-action), [actions/download-artifact](https://github.com/actions/download-artifact) and [actions/upload-artifact](https://github.com/actions/upload-artifact).
Bumps the actions-major group with 3 updates in the /.github/actions/package-toolchain directory: [DeterminateSystems/magic-nix-cache-action](https://github.com/determinatesystems/magic-nix-cache-action), [actions/upload-artifact](https://github.com/actions/upload-artifact) and [actions/cache](https://github.com/actions/cache).


Updates `DeterminateSystems/magic-nix-cache-action` from 13 to 14
- [Release notes](https://github.com/determinatesystems/magic-nix-cache-action/releases)
- [Commits](DeterminateSystems/magic-nix-cache-action@5656843...908b263)

Updates `actions/download-artifact` from 4 to 8
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](actions/download-artifact@v4...v8)

Updates `actions/upload-artifact` from 4 to 7
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@v4...v7)

Updates `DeterminateSystems/magic-nix-cache-action` from 13 to 14
- [Release notes](https://github.com/determinatesystems/magic-nix-cache-action/releases)
- [Commits](DeterminateSystems/magic-nix-cache-action@5656843...908b263)

Updates `actions/upload-artifact` from 4 to 7
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@v4...v7)

Updates `DeterminateSystems/magic-nix-cache-action` from 13 to 14
- [Release notes](https://github.com/determinatesystems/magic-nix-cache-action/releases)
- [Commits](DeterminateSystems/magic-nix-cache-action@5656843...908b263)

Updates `actions/upload-artifact` from 4 to 7
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@v4...v7)

Updates `DeterminateSystems/magic-nix-cache-action` from 13 to 14
- [Release notes](https://github.com/determinatesystems/magic-nix-cache-action/releases)
- [Commits](DeterminateSystems/magic-nix-cache-action@5656843...908b263)

Updates `actions/cache` from 4 to 5
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](actions/cache@v4...v5)

Updates `actions/upload-artifact` from 4 to 7
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@v4...v7)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions-major
- dependency-name: actions/download-artifact
  dependency-version: '8'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions-major
- dependency-name: actions/upload-artifact
  dependency-version: '7'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions-major
- dependency-name: actions/upload-artifact
  dependency-version: '7'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions-major
- dependency-name: DeterminateSystems/magic-nix-cache-action
  dependency-version: '14'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions-major
- dependency-name: DeterminateSystems/magic-nix-cache-action
  dependency-version: '14'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/github_actions/dot-github/actions/package-archive-build/actions-major-518f77ef3d branch from 500eaf2 to d5c45f5 Compare June 11, 2026 04:17
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.

0 participants