We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9176c96 commit e30df63Copy full SHA for e30df63
.github/workflows/review.yml
@@ -269,7 +269,7 @@ jobs:
269
success: ${{ steps.report.outputs.success }}
270
271
steps:
272
- - uses: actions/download-artifact@v5
+ - uses: actions/download-artifact@v6
273
with:
274
merge-multiple: true
275
@@ -328,7 +328,7 @@ jobs:
328
if: ${{ inputs.post-result || inputs.on-success != 'nothing' }}
329
330
331
332
333
name: report.md
334
0 commit comments