Skip to content

Commit

Permalink
Update create_ibom.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dattasaurabh82 authored Feb 6, 2025
1 parent f028b8d commit 1c26b60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create_ibom.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
sudo xvfb-run --auto-servernum --server-args "-screen 0 1024x768x24" python3 InteractiveHtmlBom/InteractiveHtmlBom/generate_interactive_bom.py --no-browser $ARGS $JSON_PATH --dest-dir $OUTPUT_PATH
- name: upload html
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: html_file
path: output
Expand Down

0 comments on commit 1c26b60

Please sign in to comment.