Skip to content

Commit 893bd7f

Browse files
Bump dawidd6/action-download-artifact from 11 to 12 in /.github/workflows (#16810)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5edd08b commit 893bd7f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dynamo_post_bin_diff.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ jobs:
1717
if: github.event.workflow_run.event == 'pull_request' && github.event.workflow_run.conclusion == 'success'
1818
steps:
1919
- name: Download Pull Request Data
20-
uses: dawidd6/action-download-artifact@v11
20+
uses: dawidd6/action-download-artifact@v12
2121
with:
2222
name: pr_data
2323
run_id: ${{ github.event.workflow_run.id }}
2424
path: ${{ github.workspace }}/pr
2525
- name: Download Bin Diff Result
26-
uses: dawidd6/action-download-artifact@v11
26+
uses: dawidd6/action-download-artifact@v12
2727
with:
2828
name: bin_diff_result
2929
run_id: ${{ github.event.workflow_run.id }}

0 commit comments

Comments
 (0)