File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 21
21
shell : bash
22
22
- name : Fetch Sources
23
23
uses : actions/checkout@v4
24
- - uses : dawidd6/action-download-artifact@v7
24
+ - uses : dawidd6/action-download-artifact@v8
25
25
with :
26
26
workflow : build.yml
27
27
commit : ${{github.event.check_run.head_sha}}
Original file line number Diff line number Diff line change 23
23
uses : actions/checkout@v4
24
24
25
25
- name : Download plugin
26
- uses : dawidd6/action-download-artifact@v7
26
+ uses : dawidd6/action-download-artifact@v8
27
27
with :
28
28
workflow : build.yml
29
29
commit : ${{github.event.workflow_run.head_sha}}
Original file line number Diff line number Diff line change 29
29
| xargs -I '{}' gh api -X DELETE repos/{owner}/{repo}/releases/{}
30
30
31
31
- name : Download plugin
32
- uses : dawidd6/action-download-artifact@v7
32
+ uses : dawidd6/action-download-artifact@v8
33
33
with :
34
34
workflow : build.yml
35
35
commit : ${{github.event.workflow_run.head_sha}}
Original file line number Diff line number Diff line change 25
25
ref : ${{ env.GITHUB_SHA }}
26
26
27
27
- name : Download plugin
28
- uses : dawidd6/action-download-artifact@v7
28
+ uses : dawidd6/action-download-artifact@v8
29
29
with :
30
30
workflow : build.yml
31
31
commit : ${{ env.GITHUB_SHA }}
Original file line number Diff line number Diff line change 18
18
path : ${{ steps.path.outputs.path }}
19
19
runs-on : ubuntu-latest
20
20
steps :
21
- - uses : dawidd6/action-download-artifact@v7
21
+ - uses : dawidd6/action-download-artifact@v8
22
22
with :
23
23
workflow : build.yml
24
24
commit : ${{ env.GITHUB_SHA }}
You can’t perform that action at this time.
0 commit comments