Commit bf5df2b 1 parent e98e07f commit bf5df2b Copy full SHA for bf5df2b
File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -17,13 +17,13 @@ jobs:
17
17
if : github.event.workflow_run.event == 'pull_request' && github.event.workflow_run.conclusion == 'success'
18
18
steps :
19
19
- name : Download Pull Request Data
20
- uses : dawidd6/action-download-artifact@v3
20
+ uses : dawidd6/action-download-artifact@v6
21
21
with :
22
22
name : pr_data
23
23
run_id : ${{ github.event.workflow_run.id }}
24
24
path : ${{ github.workspace }}/pr
25
25
- name : Download Bin Diff Result
26
- uses : dawidd6/action-download-artifact@v3
26
+ uses : dawidd6/action-download-artifact@v6
27
27
with :
28
28
name : bin_diff_result
29
29
run_id : ${{ github.event.workflow_run.id }}
Original file line number Diff line number Diff line change @@ -33,14 +33,14 @@ jobs:
33
33
shell : cmd
34
34
run : .\TE.exe -SilentInstall
35
35
- name : Download Build Artifact
36
- uses : dawidd6/action-download-artifact@deb3bb83256a78589fef6a7b942e5f2573ad7c13 # v5
36
+ uses : dawidd6/action-download-artifact@595ee515272114bc99adc65ad6a0736f515c52e7 # v5
37
37
with :
38
38
name : DynamoSandbox
39
39
workflow : ${{ env.WORKFLOW_RUN_WORKFLOW_ID }}
40
40
run_id : ${{ env.WORKFLOW_RUN_ID }}
41
41
path : ${{ github.workspace }}\build
42
42
- name : Download Pull Request Artifact
43
- uses : dawidd6/action-download-artifact@deb3bb83256a78589fef6a7b942e5f2573ad7c13 # v5
43
+ uses : dawidd6/action-download-artifact@595ee515272114bc99adc65ad6a0736f515c52e7 # v5
44
44
with :
45
45
name : pr_data
46
46
workflow : ${{ env.WORKFLOW_RUN_WORKFLOW_ID }}
You can’t perform that action at this time.
0 commit comments