We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5edd08b commit 893bd7fCopy full SHA for 893bd7f
.github/workflows/dynamo_post_bin_diff.yml
@@ -17,13 +17,13 @@ jobs:
17
if: github.event.workflow_run.event == 'pull_request' && github.event.workflow_run.conclusion == 'success'
18
steps:
19
- name: Download Pull Request Data
20
- uses: dawidd6/action-download-artifact@v11
+ uses: dawidd6/action-download-artifact@v12
21
with:
22
name: pr_data
23
run_id: ${{ github.event.workflow_run.id }}
24
path: ${{ github.workspace }}/pr
25
- name: Download Bin Diff Result
26
27
28
name: bin_diff_result
29
0 commit comments