We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 183ac0f + 549cff4 commit b1498a3Copy full SHA for b1498a3
.github/workflows/upload-pr-benchmarks.yaml
@@ -15,12 +15,12 @@ jobs:
15
PR_EVENT: event.json
16
steps:
17
- name: Download Benchmark Results
18
- uses: dawidd6/action-download-artifact@v14
+ uses: dawidd6/action-download-artifact@v16
19
with:
20
name: ${{ env.BENCHMARK_RESULTS }}
21
run_id: ${{ github.event.workflow_run.id }}
22
- name: Download PR Event
23
24
25
name: ${{ env.PR_EVENT }}
26
0 commit comments