Skip to content

Commit

Permalink
Update Archive-SG.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
vince-hz authored Sep 11, 2024
1 parent 0640009 commit 8ab4b4d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/Archive-SG.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,17 +106,17 @@ jobs:
sh blackduck.sh "$BLACK_DUCK_TOKEN" "$BD_COMMAND"
echo "blackduck: $BD_HOST/api/projects/888fe533-a493-45d1-adfd-9e4765793731/versions/ae27340f-0807-4fb0-93a4-5ee322ece657/components" >> archive_$RUN_NUMBER.log
- name: Upload Test Result
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: test
path: test_flat_sg_${{github.run_number}}.log
- name: Upload artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: output
path: iPa/
- name: Upload Report
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: report
path: archive_${{github.run_number}}.log

0 comments on commit 8ab4b4d

Please sign in to comment.