Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/Build-Docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Build-Site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/Test-Module.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Test-ModuleLocal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading