diff --git a/.github/workflows/mega-linter.yaml b/.github/workflows/mega-linter.yaml index 5307bc20c7..f8ef61b0af 100644 --- a/.github/workflows/mega-linter.yaml +++ b/.github/workflows/mega-linter.yaml @@ -38,13 +38,3 @@ jobs: VALIDATE_XML: true VALIDATE_YAML: true FILTER_REGEX_EXCLUDE: .*contrib/helm.* - - # Upload Mega-Linter artifacts. They will be available on Github action page "Artifacts" section - - name: Archive production artifacts - if: ${{ success() }} || ${{ failure() }} - uses: actions/upload-artifact@v3 - with: - name: Mega-Linter reports - path: | - report - mega-linter.log