From 8432f1e7f048c78f07b342f25bab91b09c02edff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Dec 2025 19:44:18 +0100 Subject: [PATCH] build(deps): bump actions/upload-artifact from 5 to 6 (#5272) Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 5 to 6. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v5...v6) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/nightly_binaries.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/nightly_binaries.yml b/.github/workflows/nightly_binaries.yml index 049e3b17..e70c8f88 100644 --- a/.github/workflows/nightly_binaries.yml +++ b/.github/workflows/nightly_binaries.yml @@ -14,7 +14,7 @@ jobs: - run: make binaries - - uses: actions/upload-artifact@v5 + - uses: actions/upload-artifact@v6 with: name: binaries path: binaries diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f11377c9..6228507c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -28,7 +28,7 @@ jobs: with: subject-path: '${{ github.workspace }}/binaries/*' - - uses: actions/upload-artifact@v5 + - uses: actions/upload-artifact@v6 with: name: binaries path: binaries