diff --git a/.github/workflows/mega-linter.yml b/.github/workflows/mega-linter.yml index fa274ab1..61d23dd6 100644 --- a/.github/workflows/mega-linter.yml +++ b/.github/workflows/mega-linter.yml @@ -37,7 +37,7 @@ jobs: id: ml # You can override MegaLinter flavor used to have faster performances # More info at https://megalinter.github.io/flavors/ - uses: oxsecurity/megalinter/flavors/dotnet@v7.3.0 + uses: oxsecurity/megalinter/flavors/dotnet@v7.4.0 env: # All available variables are described in documentation # https://megalinter.github.io/configuration/ @@ -48,7 +48,6 @@ jobs: # Upload MegaLinter artifacts - name: Archive production artifacts - if: ${{ success() }} || ${{ failure() }} uses: actions/upload-artifact@v3 with: name: MegaLinter reports diff --git a/.github/workflows/pkg-test.yml b/.github/workflows/pkg-test.yml index f6d81f05..51288e04 100644 --- a/.github/workflows/pkg-test.yml +++ b/.github/workflows/pkg-test.yml @@ -53,7 +53,6 @@ jobs: run: make pkg-test - name: Archive production artifacts - if: ${{ success() }} || ${{ failure() }} uses: actions/upload-artifact@v3 with: name: nf-quilt-pkg-test diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8fd666fb..86a29559 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -53,7 +53,6 @@ jobs: run: make test - name: Archive production artifacts - if: ${{ success() }} || ${{ failure() }} uses: actions/upload-artifact@v3 with: name: nf-quilt-test-reports