From 6a00c4939ef16c74282e35f2154d7ec4bc644c12 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 23 Aug 2026 08:07:13 +0000 Subject: [PATCH] chore(deps): bump actions/upload-artifact from 4.6.2 to 7.0.1 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.6.2 to 7.0.1. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/ea165f8d65b6e75b540449e92b4886f43607fa02...043fb46d1a93c77aae656e7c1c64a875d1fc6a0a) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: 7.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/dsh-finding-watch.yml | 2 +- .github/workflows/observe-dsh-plugin-install.yml | 2 +- .github/workflows/review-dsh-plugin.yml | 2 +- .github/workflows/upstream-observer.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/dsh-finding-watch.yml b/.github/workflows/dsh-finding-watch.yml index f725f95..1940663 100644 --- a/.github/workflows/dsh-finding-watch.yml +++ b/.github/workflows/dsh-finding-watch.yml @@ -65,7 +65,7 @@ jobs: - name: Upload the machine report if: always() - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 with: name: dsh-finding-watch path: | diff --git a/.github/workflows/observe-dsh-plugin-install.yml b/.github/workflows/observe-dsh-plugin-install.yml index 8773294..1e31b95 100644 --- a/.github/workflows/observe-dsh-plugin-install.yml +++ b/.github/workflows/observe-dsh-plugin-install.yml @@ -264,7 +264,7 @@ jobs: - name: Keep the machine-readable observation if: always() - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 with: name: upstream-radar-install-${{ inputs.case_id }}-${{ github.run_id }} path: ${{ runner.temp }}/upstream-radar-install-observation diff --git a/.github/workflows/review-dsh-plugin.yml b/.github/workflows/review-dsh-plugin.yml index 3f79d50..a4598f2 100644 --- a/.github/workflows/review-dsh-plugin.yml +++ b/.github/workflows/review-dsh-plugin.yml @@ -99,7 +99,7 @@ jobs: - name: Keep the machine-readable reports if: always() - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 with: name: upstream-radar-dsh-review-${{ github.run_id }} path: | diff --git a/.github/workflows/upstream-observer.yml b/.github/workflows/upstream-observer.yml index be94bb6..9b2df2f 100644 --- a/.github/workflows/upstream-observer.yml +++ b/.github/workflows/upstream-observer.yml @@ -239,7 +239,7 @@ jobs: - name: Keep compatibility evidence artifacts if: always() - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 with: name: upstream-radar-compatibility-ledger-${{ github.run_id }} path: |