Skip to content

Commit bf5df2b

Browse files
Bump dawidd6/action-download-artifact from 3 to 6 in /.github/workflows (#15417)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e98e07f commit bf5df2b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/dynamo_post_bin_diff.yml

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

.github/workflows/ui_smoke_tests.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,14 @@ jobs:
3333
shell: cmd
3434
run: .\TE.exe -SilentInstall
3535
- name: Download Build Artifact
36-
uses: dawidd6/action-download-artifact@deb3bb83256a78589fef6a7b942e5f2573ad7c13 # v5
36+
uses: dawidd6/action-download-artifact@595ee515272114bc99adc65ad6a0736f515c52e7 # v5
3737
with:
3838
name: DynamoSandbox
3939
workflow: ${{ env.WORKFLOW_RUN_WORKFLOW_ID }}
4040
run_id: ${{ env.WORKFLOW_RUN_ID }}
4141
path: ${{ github.workspace }}\build
4242
- name: Download Pull Request Artifact
43-
uses: dawidd6/action-download-artifact@deb3bb83256a78589fef6a7b942e5f2573ad7c13 # v5
43+
uses: dawidd6/action-download-artifact@595ee515272114bc99adc65ad6a0736f515c52e7 # v5
4444
with:
4545
name: pr_data
4646
workflow: ${{ env.WORKFLOW_RUN_WORKFLOW_ID }}

0 commit comments

Comments
 (0)