From 06414f8c57cb7d806200c0d1b2e85733fa135e51 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 12:16:14 +0000 Subject: [PATCH] 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/Build-Docs.yml | 2 +- .github/workflows/Build-Site.yml | 2 +- .github/workflows/Test-Module.yml | 4 ++-- .github/workflows/Test-ModuleLocal.yml | 2 +- .github/workflows/workflow.yml | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/Build-Docs.yml b/.github/workflows/Build-Docs.yml index a8d9ceb8..8aa12645 100644 --- a/.github/workflows/Build-Docs.yml +++ b/.github/workflows/Build-Docs.yml @@ -54,7 +54,7 @@ jobs: fetch-depth: 0 - name: Download module artifact - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v6 with: name: module path: ${{ inputs.WorkingDirectory }}/outputs/module diff --git a/.github/workflows/Build-Site.yml b/.github/workflows/Build-Site.yml index b13face7..b3425ffb 100644 --- a/.github/workflows/Build-Site.yml +++ b/.github/workflows/Build-Site.yml @@ -51,7 +51,7 @@ jobs: uses: PSModule/Install-PSModuleHelpers@v1 - name: Download docs artifact - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v6 with: name: docs path: ${{ inputs.WorkingDirectory }}/outputs/docs diff --git a/.github/workflows/Test-Module.yml b/.github/workflows/Test-Module.yml index e6d757d7..35c35bc9 100644 --- a/.github/workflows/Test-Module.yml +++ b/.github/workflows/Test-Module.yml @@ -86,7 +86,7 @@ jobs: persist-credentials: false - name: Download module artifact - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v6 with: name: module path: ${{ inputs.WorkingDirectory }}/outputs/module @@ -112,7 +112,7 @@ jobs: persist-credentials: false - name: Download module artifact - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v6 with: name: module path: ${{ inputs.WorkingDirectory }}/outputs/module diff --git a/.github/workflows/Test-ModuleLocal.yml b/.github/workflows/Test-ModuleLocal.yml index 68f4e3f2..98d4113c 100644 --- a/.github/workflows/Test-ModuleLocal.yml +++ b/.github/workflows/Test-ModuleLocal.yml @@ -98,7 +98,7 @@ jobs: fetch-depth: 0 - name: Download module artifact - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v6 with: name: module path: ${{ inputs.WorkingDirectory }}/outputs/module diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index 85d441e8..4732e86d 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -505,7 +505,7 @@ jobs: fetch-depth: 0 - name: Download module artifact - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v6 with: name: module path: ${{ inputs.WorkingDirectory }}/outputs/module