From 1d5c83ba4b0655f6949955ddb1a0d9b97c418c44 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Dec 2025 14:46:02 +0000 Subject: [PATCH] build(deps): bump actions/download-artifact from 5 to 6 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 5 to 6. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v5...v6) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- .github/workflows/integration-tests.yml | 30 ++++++++++++------------- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 774b10aed..494fe5bc6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -393,7 +393,7 @@ jobs: fi - name: Get artifacts - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v7 - name: Create release assets run: | diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index 48adb50d7..624892b46 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -51,7 +51,7 @@ jobs: with: toolchain: "stable" - - uses: actions/download-artifact@v5 + - uses: actions/download-artifact@v7 with: name: integration-tests path: /home/runner/.cargo/bin/ @@ -99,7 +99,7 @@ jobs: with: toolchain: "stable" - - uses: actions/download-artifact@v5 + - uses: actions/download-artifact@v7 with: name: integration-tests path: /home/runner/.cargo/bin/ @@ -159,7 +159,7 @@ jobs: with: toolchain: "stable" - - uses: actions/download-artifact@v5 + - uses: actions/download-artifact@v7 with: name: integration-tests path: /home/runner/.cargo/bin/ @@ -215,7 +215,7 @@ jobs: with: toolchain: "stable" - - uses: actions/download-artifact@v5 + - uses: actions/download-artifact@v7 with: name: integration-tests path: /home/runner/.cargo/bin/ @@ -264,7 +264,7 @@ jobs: with: toolchain: "stable" - - uses: actions/download-artifact@v5 + - uses: actions/download-artifact@v7 with: name: integration-tests path: /home/runner/.cargo/bin/ @@ -319,7 +319,7 @@ jobs: with: toolchain: "stable" - - uses: actions/download-artifact@v5 + - uses: actions/download-artifact@v7 with: name: integration-tests path: /home/runner/.cargo/bin/ @@ -374,7 +374,7 @@ jobs: with: toolchain: "stable" - - uses: actions/download-artifact@v5 + - uses: actions/download-artifact@v7 with: name: integration-tests path: /home/runner/.cargo/bin/ @@ -426,7 +426,7 @@ jobs: with: toolchain: "stable" - - uses: actions/download-artifact@v5 + - uses: actions/download-artifact@v7 with: name: integration-tests path: /home/runner/.cargo/bin/ @@ -549,7 +549,7 @@ jobs: chmod +x llvm.sh sudo ./llvm.sh "${LLVM_VERSION}" - - uses: actions/download-artifact@v5 + - uses: actions/download-artifact@v7 with: name: integration-tests path: /home/runner/.cargo/bin/ @@ -627,7 +627,7 @@ jobs: run: | cargo build -p randomize_readdir - - uses: actions/download-artifact@v5 + - uses: actions/download-artifact@v7 with: name: integration-tests path: /home/runner/.cargo/bin/ @@ -692,7 +692,7 @@ jobs: core.exportVariable('ACTIONS_RESULTS_URL', process.env.ACTIONS_RESULTS_URL || ''); core.exportVariable('ACTIONS_RUNTIME_TOKEN', process.env.ACTIONS_RUNTIME_TOKEN || '') - - uses: actions/download-artifact@v5 + - uses: actions/download-artifact@v7 with: name: integration-tests path: /home/runner/.cargo/bin/ @@ -736,7 +736,7 @@ jobs: core.exportVariable('ACTIONS_RESULTS_URL', process.env.ACTIONS_RESULTS_URL || ''); core.exportVariable('ACTIONS_RUNTIME_TOKEN', process.env.ACTIONS_RUNTIME_TOKEN || '') - - uses: actions/download-artifact@v5 + - uses: actions/download-artifact@v7 with: name: integration-tests path: /home/runner/.cargo/bin/ @@ -792,7 +792,7 @@ jobs: core.exportVariable('ACTIONS_RESULTS_URL', process.env.ACTIONS_RESULTS_URL || ''); core.exportVariable('ACTIONS_RUNTIME_TOKEN', process.env.ACTIONS_RUNTIME_TOKEN || '') - - uses: actions/download-artifact@v5 + - uses: actions/download-artifact@v7 with: name: integration-tests path: /home/runner/.cargo/bin/ @@ -853,7 +853,7 @@ jobs: with: toolchain: "stable" - - uses: actions/download-artifact@v5 + - uses: actions/download-artifact@v7 with: name: integration-tests path: /home/runner/.cargo/bin/ @@ -886,7 +886,7 @@ jobs: CARGO_INCREMENTAL: "0" steps: - - uses: actions/download-artifact@v5 + - uses: actions/download-artifact@v7 with: name: integration-tests path: /home/runner/.cargo/bin/