diff --git a/.github/workflows/Build-Docs.yml b/.github/workflows/Build-Docs.yml index 37c79179..a78222a0 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 b1463219..47338867 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