Skip to content

Commit 3b9b91a

Browse files
Bump dawidd6/action-download-artifact from 12 to 14 in /.github/workflows (DynamoDS#16867)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 019712e commit 3b9b91a

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@v12
20+
uses: dawidd6/action-download-artifact@v14
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@v12
26+
uses: dawidd6/action-download-artifact@v14
2727
with:
2828
name: bin_diff_result
2929
run_id: ${{ github.event.workflow_run.id }}

0 commit comments

Comments
 (0)