Skip to content

Commit f2feedf

Browse files
authored
Merge branch 'master' into DOC-2499
2 parents ee44293 + 85ea689 commit f2feedf

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/screenshot_capture.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ jobs:
115115
uses: Wandalen/wretry.action@v3
116116
with:
117117
attempt_limit: 3
118-
action: actions/download-artifact@v6
118+
action: actions/download-artifact@v7
119119
with: |
120120
name: build
121121
path: build
@@ -141,7 +141,7 @@ jobs:
141141
steps:
142142

143143
- name: Download blob reports from GitHub Actions Artifacts
144-
uses: actions/download-artifact@v6
144+
uses: actions/download-artifact@v7
145145
with:
146146
path: screenshots
147147
pattern: screenshots-*

.github/workflows/visual-comparison.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ jobs:
145145
uses: Wandalen/wretry.action@v3
146146
with:
147147
attempt_limit: 3
148-
action: actions/download-artifact@v6
148+
action: actions/download-artifact@v7
149149
with: |
150150
name: build
151151
path: build
@@ -187,7 +187,7 @@ jobs:
187187
attempt_delay: 60000 # 1 minute
188188

189189
- name: Download blob reports from GitHub Actions Artifacts
190-
uses: actions/download-artifact@v6
190+
uses: actions/download-artifact@v7
191191
with:
192192
path: all-blob-reports
193193
pattern: blob-report-*
@@ -232,7 +232,7 @@ jobs:
232232
echo "HTML_REPORT_URL_PATH=reports/$BRANCH_SAFE/${{ github.run_id }}/${{ github.run_attempt }}" >> $GITHUB_ENV
233233
234234
- name: Download zipped HTML report
235-
uses: actions/download-artifact@v6
235+
uses: actions/download-artifact@v7
236236
with:
237237
name: report
238238
path: ${{ env.HTML_REPORT_URL_PATH }}

0 commit comments

Comments
 (0)