diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index da2a78a7..419b86af 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -111,12 +111,6 @@ jobs: if: ${{ matrix.elsi }} run: python UnitTests/generate_elsi.py - - name: upload artifacts - if: always() - uses: actions/upload-artifact@v4 - with: - name: build - path: Build - name: upload elsi if: ${{ matrix.elsi }} uses: actions/upload-artifact@v4