Update export-bom.yaml
This commit is contained in:
4
.github/workflows/export-bom.yaml
vendored
4
.github/workflows/export-bom.yaml
vendored
@@ -18,7 +18,7 @@ jobs:
|
|||||||
sudo apt install python3
|
sudo apt install python3
|
||||||
|
|
||||||
- name: Download repository
|
- name: Download repository
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Generate BOM HTML Page for Release
|
- name: Generate BOM HTML Page for Release
|
||||||
if: github.event_name == 'release'
|
if: github.event_name == 'release'
|
||||||
@@ -97,7 +97,7 @@ jobs:
|
|||||||
|
|
||||||
- name: upload BOM results
|
- name: upload BOM results
|
||||||
if: github.event_name != 'release'
|
if: github.event_name != 'release'
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: Feeder-BOM
|
name: Feeder-BOM
|
||||||
path: Feeder-BOM.zip
|
path: Feeder-BOM.zip
|
||||||
|
|||||||
Reference in New Issue
Block a user