From d9019eab33aa8ad9725a7f6e11a601374b4afc0d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 23:23:49 +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/action-usage-sbom.yml | 2 +- .github/workflows/action-usage.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/action-usage-sbom.yml b/.github/workflows/action-usage-sbom.yml index a59827c..90a294b 100644 --- a/.github/workflows/action-usage-sbom.yml +++ b/.github/workflows/action-usage-sbom.yml @@ -161,7 +161,7 @@ jobs: steps: - uses: actions/checkout@v5 - - uses: actions/download-artifact@v5 + - uses: actions/download-artifact@v6 - name: move files to working directory run: | diff --git a/.github/workflows/action-usage.yml b/.github/workflows/action-usage.yml index c3f1f0e..82262ba 100644 --- a/.github/workflows/action-usage.yml +++ b/.github/workflows/action-usage.yml @@ -83,7 +83,7 @@ jobs: steps: - uses: actions/checkout@v5 - - uses: actions/download-artifact@v5 + - uses: actions/download-artifact@v6 - name: push to git repo run: |