From 94e3c4c698d21430659d68786e0e7b39c2fc4d22 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Mar 2026 14:13:43 +0000 Subject: [PATCH] Deps: Bump actions/download-artifact from 8.0.0 to 8.0.1 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 8.0.0 to 8.0.1. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v8...v8.0.1) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: 8.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/container-build-push-2nd-gen.yml | 4 ++-- .github/workflows/container-build-push-feed.yml | 4 ++-- .github/workflows/gh-pages.yml | 2 +- .github/workflows/win-sign.yml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/container-build-push-2nd-gen.yml b/.github/workflows/container-build-push-2nd-gen.yml index 40bbe50..00e9d2a 100644 --- a/.github/workflows/container-build-push-2nd-gen.yml +++ b/.github/workflows/container-build-push-2nd-gen.yml @@ -96,7 +96,7 @@ jobs: with: ref: ${{ inputs.ref-name }} - - uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0 + - uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 if: inputs.artifact-name with: name: ${{ inputs.artifact-name }} @@ -168,7 +168,7 @@ jobs: with: ref: ${{ inputs.ref-name }} - - uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0 + - uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 if: inputs.artifact-name with: name: ${{ inputs.artifact-name }} diff --git a/.github/workflows/container-build-push-feed.yml b/.github/workflows/container-build-push-feed.yml index 50a8654..36b55ae 100644 --- a/.github/workflows/container-build-push-feed.yml +++ b/.github/workflows/container-build-push-feed.yml @@ -84,7 +84,7 @@ jobs: ref: ${{ inputs.ref-name }} - name: Download Artifact ${{ inputs.artifact-name }} to ${{ inputs.artifact-path }} - uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 if: inputs.artifact-name with: name: ${{ inputs.artifact-name }} @@ -129,7 +129,7 @@ jobs: ref: ${{ inputs.ref-name }} - name: Download Artifact ${{ inputs.artifact-name }} to ${{ inputs.artifact-path }} - uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 if: inputs.artifact-name with: name: ${{ inputs.artifact-name }} diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 14b98b0..23a70c4 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -25,7 +25,7 @@ jobs: rm -rf doc-packages merged mkdir -p doc-packages merged - name: Download artifacts - uses: actions/download-artifact@v8.0.0 + uses: actions/download-artifact@v8.0.1 with: pattern: html-* path: doc-packages diff --git a/.github/workflows/win-sign.yml b/.github/workflows/win-sign.yml index 4bedc5d..94e4e4c 100644 --- a/.github/workflows/win-sign.yml +++ b/.github/workflows/win-sign.yml @@ -33,7 +33,7 @@ jobs: Remove-Item -Path "./*.zip", "./*.msi", "./*.exe" -Force - name: Download artifact - uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 with: path: . pattern: ${{ inputs.download-artifact-pattern }}