Skip to content

Commit 9ceade8

Browse files
ci: remove artifacts
Signed-off-by: Maximilian Braun (SAP) <[email protected]>
1 parent e7c0c86 commit 9ceade8

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.github/workflows/license-check.yaml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,3 @@ jobs:
3333
run: |
3434
go-licenses check --allowed_licenses="Apache-2.0,BSD-3-Clause,MIT,MPL-2.0,ISC,BSD-2-Clause" --ignore github.com/dynatrace-ace/dynatrace-go-api-client ./... > licenses.csv 2> errors.licenses
3535
36-
- uses: actions/upload-artifact@v4
37-
if: always()
38-
with:
39-
name: logs
40-
path: |
41-
licenses.csv
42-
errors.licenses
43-
retention-days: 5
44-

0 commit comments

Comments
 (0)