From c266fa370d4b1b9d6ee388dc0d2d58fc965c928b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Aug 2025 16:15:39 +0000 Subject: [PATCH] Bump actions/download-artifact from 4 to 5 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 5. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '5' 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 1e21ffdc..3a181d89 100644 --- a/.github/workflows/Build-Docs.yml +++ b/.github/workflows/Build-Docs.yml @@ -47,7 +47,7 @@ jobs: fetch-depth: 0 - name: Download module artifact - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: module path: ${{ inputs.WorkingDirectory }}/outputs/module diff --git a/.github/workflows/Build-Site.yml b/.github/workflows/Build-Site.yml index dc98a559..232a36f7 100644 --- a/.github/workflows/Build-Site.yml +++ b/.github/workflows/Build-Site.yml @@ -50,7 +50,7 @@ jobs: uses: PSModule/Install-PSModuleHelpers@v1 - name: Download docs artifact - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: docs path: ${{ inputs.WorkingDirectory }}/outputs/docs diff --git a/.github/workflows/Test-Module.yml b/.github/workflows/Test-Module.yml index e97ecfa7..cb68552c 100644 --- a/.github/workflows/Test-Module.yml +++ b/.github/workflows/Test-Module.yml @@ -84,7 +84,7 @@ jobs: uses: actions/checkout@v4 - name: Download module artifact - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: module path: ${{ inputs.WorkingDirectory }}/outputs/module @@ -105,7 +105,7 @@ jobs: runs-on: ${{ inputs.RunsOn }} steps: - name: Download module artifact - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: module path: ${{ inputs.WorkingDirectory }}/outputs/module diff --git a/.github/workflows/Test-ModuleLocal.yml b/.github/workflows/Test-ModuleLocal.yml index b7b9654b..9f584c98 100644 --- a/.github/workflows/Test-ModuleLocal.yml +++ b/.github/workflows/Test-ModuleLocal.yml @@ -85,7 +85,7 @@ jobs: uses: actions/checkout@v4 - name: Download module artifact - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: module path: ${{ inputs.WorkingDirectory }}/outputs/module diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index c2f7ac8c..08f7af86 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -270,7 +270,7 @@ jobs: uses: actions/checkout@v4 - name: Download module artifact - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: module path: ${{ inputs.WorkingDirectory }}/outputs/module