Skip to content

Commit

Permalink
Update workflow
Browse files Browse the repository at this point in the history
fix a typo in actions
  • Loading branch information
nensor committed May 22, 2024
1 parent 1ceb859 commit 3b6e1eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
format: json

- name: Upload SBOM artifact
uses: action/upload-artifact@v2
uses: actions/upload-artifact@v2
with:
name: SBOM
path: ./bom.json
Expand Down

0 comments on commit 3b6e1eb

Please sign in to comment.