diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3f3e88cf..ec60e5c4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -65,12 +65,10 @@ jobs: with: name: edoc OTP${{ matrix.otp-version }} path: doc - overwrite: true - name: Upload Common Test result if: ${{ always() }} uses: actions/upload-artifact@v4 with: - name: Common Test OTP${{ matrix.otp-version }} SHA${{ github.sha }} + name: Common Test OTP${{ matrix.otp-version }} path: _build/test/logs/** - overwrite: true retention-days: 3