From 118e83e2765f8d3b40e14cd97c5b090ad587d0c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 13 Jun 2026 23:42:00 +0000 Subject: [PATCH] build(deps): bump the actions-major group across 2 directories with 4 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](https://github.com/determinatesystems/magic-nix-cache-action/compare/565684385bcd71bad329742eefe8d12f2e765b39...908b263ff629f4cc17666315b7fd3ec127c6244d) Updates `actions/download-artifact` from 4 to 8 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v4...v8) Updates `actions/upload-artifact` from 4 to 7 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v4...v7) Updates `DeterminateSystems/magic-nix-cache-action` from 13 to 14 - [Release notes](https://github.com/determinatesystems/magic-nix-cache-action/releases) - [Commits](https://github.com/determinatesystems/magic-nix-cache-action/compare/565684385bcd71bad329742eefe8d12f2e765b39...908b263ff629f4cc17666315b7fd3ec127c6244d) Updates `actions/upload-artifact` from 4 to 7 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v4...v7) Updates `DeterminateSystems/magic-nix-cache-action` from 13 to 14 - [Release notes](https://github.com/determinatesystems/magic-nix-cache-action/releases) - [Commits](https://github.com/determinatesystems/magic-nix-cache-action/compare/565684385bcd71bad329742eefe8d12f2e765b39...908b263ff629f4cc17666315b7fd3ec127c6244d) Updates `actions/upload-artifact` from 4 to 7 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v4...v7) Updates `DeterminateSystems/magic-nix-cache-action` from 13 to 14 - [Release notes](https://github.com/determinatesystems/magic-nix-cache-action/releases) - [Commits](https://github.com/determinatesystems/magic-nix-cache-action/compare/565684385bcd71bad329742eefe8d12f2e765b39...908b263ff629f4cc17666315b7fd3ec127c6244d) 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](https://github.com/actions/cache/compare/v4...v5) Updates `actions/upload-artifact` from 4 to 7 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/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] --- .github/actions/package-archive-build/action.yml | 6 +++--- .github/actions/package-toolchain/action.yml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/actions/package-archive-build/action.yml b/.github/actions/package-archive-build/action.yml index 573636993..a9f6ccd5e 100644 --- a/.github/actions/package-archive-build/action.yml +++ b/.github/actions/package-archive-build/action.yml @@ -67,13 +67,13 @@ runs: github-token: "" - name: Cache Nix store + flake eval - uses: DeterminateSystems/magic-nix-cache-action@565684385bcd71bad329742eefe8d12f2e765b39 # v13 + uses: DeterminateSystems/magic-nix-cache-action@908b263ff629f4cc17666315b7fd3ec127c6244d # v14 with: use-gha-cache: false use-flakehub: false - name: Download toolchain sysroots artifact - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v8 with: name: toolchain-sysroots path: ${{ runner.temp }}/toolchain @@ -206,7 +206,7 @@ runs: echo "archive-name=$archive_name" >> "$GITHUB_OUTPUT" - name: Upload archive as workflow artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: ${{ inputs.package }}-${{ inputs.arch }} path: ${{ runner.temp }}/staged/*.tar.zst diff --git a/.github/actions/package-toolchain/action.yml b/.github/actions/package-toolchain/action.yml index f5915dea8..89f3c171d 100644 --- a/.github/actions/package-toolchain/action.yml +++ b/.github/actions/package-toolchain/action.yml @@ -20,7 +20,7 @@ runs: github-token: "" - name: Cache Nix store + flake eval - uses: DeterminateSystems/magic-nix-cache-action@565684385bcd71bad329742eefe8d12f2e765b39 # v13 + uses: DeterminateSystems/magic-nix-cache-action@908b263ff629f4cc17666315b7fd3ec127c6244d # v14 with: use-gha-cache: false use-flakehub: false @@ -36,7 +36,7 @@ runs: echo "toolchain-cache key: $KEY" - name: Cache musl sysroot + libc++ - uses: actions/cache@v4 + uses: actions/cache@v5 id: cache with: path: | @@ -78,7 +78,7 @@ runs: sysroot sysroot64 tools/bin/wasm-fork-instrument - name: Upload toolchain sysroots artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: toolchain-sysroots path: ${{ runner.temp }}/toolchain-sysroots.tar.zst