File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 47
47
- name : Download code artifact
48
48
id : get_code_artifact
49
49
if : inputs.build_from_code_artifact == 'true'
50
- uses : dawidd6/action-download-artifact@v6
50
+ uses : dawidd6/action-download-artifact@v7
51
51
with :
52
52
github_token : ${{ secrets.GITHUB_TOKEN }}
53
53
workflow : ${{ inputs.workflow }}
Original file line number Diff line number Diff line change 41
41
# because the artifact is created by a different workflow
42
42
- name : Download preview artifact
43
43
if : inputs.is_preview == 'true'
44
- uses : dawidd6/action-download-artifact@v6
44
+ uses : dawidd6/action-download-artifact@v7
45
45
with :
46
46
github_token : ${{ secrets.GITHUB_TOKEN }}
47
47
workflow : build-book.yaml
Original file line number Diff line number Diff line change 12
12
SHA : ${{ steps.get-pr-number.outputs.SHA }}
13
13
steps :
14
14
- name : Download PR number artifact
15
- uses : dawidd6/action-download-artifact@v6
15
+ uses : dawidd6/action-download-artifact@v7
16
16
with :
17
17
name : pr_number
18
18
github_token : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments