File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 85
85
86
86
steps :
87
87
- name : Download Binaries
88
- uses : actions/download-artifact@v3
88
+ uses : actions/download-artifact@v4
89
89
90
90
# Putting the binaries into a path whose name exactly matches Docker's
91
91
# architecture naming conventions makes it easy for the Dockerfiles to
@@ -190,7 +190,7 @@ jobs:
190
190
191
191
steps :
192
192
- name : Download Binaries
193
- uses : actions/download-artifact@v3
193
+ uses : actions/download-artifact@v4
194
194
195
195
- name : Construct Release Artifact
196
196
shell : bash
Original file line number Diff line number Diff line change @@ -20,16 +20,16 @@ jobs:
20
20
steps :
21
21
- name : Download metadata
22
22
id : metadata
23
- uses : dawidd6/action- download-artifact@v6
23
+ uses : actions/ download-artifact@v4
24
24
with :
25
- run_id : ${{ github.event.workflow_run.id }}
25
+ run-id : ${{ github.event.workflow_run.id }}
26
26
name : metadata.json
27
27
28
28
- name : Download SBOM
29
29
id : sbom
30
- uses : dawidd6/action- download-artifact@v6
30
+ uses : actions/ download-artifact@v4
31
31
with :
32
- run_id : ${{ github.event.workflow_run.id }}
32
+ run-id : ${{ github.event.workflow_run.id }}
33
33
name : sbom.spdx.json
34
34
35
35
- name : Upload SBOM to EdgeBit
You can’t perform that action at this time.
0 commit comments