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
12 changes: 6 additions & 6 deletions .github/workflows/automated-workflow-fixes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -397,47 +397,47 @@ jobs:
- name: Download link check artifacts
if: always()
continue-on-error: true
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c
with:
name: link-check-artifacts
path: .github/automation-reports/link-check-artifacts

- name: Download markdownlint artifacts
if: always()
continue-on-error: true
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c
with:
name: markdownlint-artifacts
path: .github/automation-reports/markdownlint-artifacts

- name: Download cspell artifacts
if: always()
continue-on-error: true
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c
with:
name: cspell-artifacts
path: .github/automation-reports/cspell-artifacts

- name: Download CLI path artifacts
if: always()
continue-on-error: true
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c
with:
name: cli-command-path-artifacts
path: .github/automation-reports/cli-command-path-artifacts

- name: Download ReadMe constraints artifacts
if: always()
continue-on-error: true
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c
with:
name: readme-docs-constraints-report
path: .github/automation-reports/readme-docs-constraints-report

- name: Download dependency monitor artifacts
if: always()
continue-on-error: true
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c
with:
name: dependency-monitor-report
path: .github/automation-reports/dependency-monitor-report
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reusable-cli-command-path-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ jobs:
persist-credentials: true

- name: Download matrix artifacts
uses: actions/download-artifact@v8
uses: actions/download-artifact@v8.0.1
with:
pattern: cli-command-path-artifacts-*
path: .github/cli-command-paths
Expand Down