Skip to content

Commit c6b9790

Browse files
Update sbom.yml
bump upload artifact action to v4
1 parent 8bbc1ec commit c6b9790

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sbom.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
http --auth-type=veracode_hmac GET "https://api.veracode.com/srcclr/sbom/v1/targets/${appguid}/cyclonedx?type=application" > sbom.json
3232
ls -l
3333
- name: save sbom file
34-
uses: actions/upload-artifact@v3
34+
uses: actions/upload-artifact@v4
3535
with:
3636
name: sbom
3737
path: /tmp/sbom.json

0 commit comments

Comments
 (0)