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