Skip to content

Commit 3783fbb

Browse files
authoredMar 6, 2025··
Merge pull request #210 from eyakubovich/ey/rollback-dl-artifact
Rollback using offical d/l artifact client
2 parents 251efad + bc8dc35 commit 3783fbb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
 

‎.github/workflows/upload-sbom.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -20,16 +20,16 @@ jobs:
2020
steps:
2121
- name: Download metadata
2222
id: metadata
23-
uses: actions/download-artifact@v4
23+
uses: dawidd6/action-download-artifact@v6
2424
with:
25-
run-id: ${{ github.event.workflow_run.id }}
25+
run_id: ${{ github.event.workflow_run.id }}
2626
name: metadata.json
2727

2828
- name: Download SBOM
2929
id: sbom
30-
uses: actions/download-artifact@v4
30+
uses: dawidd6/action-download-artifact@v6
3131
with:
32-
run-id: ${{ github.event.workflow_run.id }}
32+
run_id: ${{ github.event.workflow_run.id }}
3333
name: sbom.spdx.json
3434

3535
- name: Upload SBOM to EdgeBit

0 commit comments

Comments
 (0)
Please sign in to comment.