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 210eab0 commit cdd9651
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/create_ibom.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Update System and install sys necessities
run: |
Expand Down 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@v2
uses: actions/upload-artifact@v3
with:
name: html_file
path: output
Expand All @@ -62,10 +62,10 @@ jobs:
runs-on: ubuntu-20.04
needs: build
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Download build
uses: actions/download-artifact@v2
uses: actions/download-artifact@v3
with:
name: html_file
path: output
Expand Down

0 comments on commit cdd9651

Please sign in to comment.