Skip to content

Commit e960297

Browse files
Merge dependabot/github_actions/actions/download-artifact-6 into dependabotCombined
2 parents 5f376fe + 4746820 commit e960297

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/stage-2-test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,11 +152,11 @@ jobs:
152152
with:
153153
fetch-depth: 0 # Full history is needed to improving relevancy of reporting
154154
- name: "Download coverage report for SONAR"
155-
uses: actions/download-artifact@v5
155+
uses: actions/download-artifact@v6
156156
with:
157157
name: code-coverage-report
158158
- name: "Download Python coverage reports"
159-
uses: actions/download-artifact@v5
159+
uses: actions/download-artifact@v6
160160
with:
161161
name: python-coverage-reports
162162
path: src/

.github/workflows/stage-5-publish.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,13 +46,13 @@ jobs:
4646
uses: actions/checkout@v5
4747

4848
- name: "Get artifacts: jekyll docs"
49-
uses: actions/download-artifact@v5
49+
uses: actions/download-artifact@v6
5050
with:
5151
path: ./artifacts/jekyll-docs-${{ inputs.version }}
5252
name: jekyll-docs-${{ inputs.version }}
5353

5454
- name: "Get artifacts: schema"
55-
uses: actions/download-artifact@v5
55+
uses: actions/download-artifact@v6
5656
with:
5757
path: ./artifacts/schemas-${{ inputs.version }}
5858
name: schemas-${{ inputs.version }}

0 commit comments

Comments
 (0)