Skip to content

Commit bfc9a25

Browse files
committed
Update upload-artifact action to v4 and extend SBOM retention period to 365 days
1 parent fa3ed42 commit bfc9a25

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/dockerimage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,8 @@ jobs:
7474
7575
- name: Upload SBOM as artifact
7676
if: github.event_name != 'pull_request'
77-
uses: actions/upload-artifact@v3
77+
uses: actions/upload-artifact@v4
7878
with:
7979
name: sbom-files
8080
path: sbom/
81-
retention-days: 7
81+
retention-days: 365

0 commit comments

Comments
 (0)