Skip to content

Commit 0a6c804

Browse files
ci(deps): bump actions/upload-artifact from 4 to 5 (#72)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 43e848d commit 0a6c804

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
- name: Run SBOM generation
8181
run: task -v sbom
8282
- name: Upload SBOM artifacts
83-
uses: actions/upload-artifact@v4
83+
uses: actions/upload-artifact@v5
8484
with:
8585
name: sbom-files
8686
path: |
@@ -89,15 +89,15 @@ jobs:
8989
- name: Check license compliance
9090
run: task -v license-check
9191
- name: Upload license check results
92-
uses: actions/upload-artifact@v4
92+
uses: actions/upload-artifact@v5
9393
with:
9494
name: license-check-results
9595
path: license-check.json
9696
if-no-files-found: error
9797
- name: Run vulnerability scan
9898
run: task -v vulnscan
9999
- name: Upload vulnerability scan results
100-
uses: actions/upload-artifact@v4
100+
uses: actions/upload-artifact@v5
101101
with:
102102
name: vuln-scan-results
103103
path: vulns.json

0 commit comments

Comments
 (0)