File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff 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-*
Original file line number Diff line number Diff 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 }}
You can’t perform that action at this time.
0 commit comments