diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6cc580db..b9031ba2 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -49,7 +49,7 @@ jobs: - name: Upload Test Reports if: always() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0 with: name: test-reports-jdk-${{ matrix.jdk-version }} path: | @@ -57,7 +57,7 @@ jobs: build/test-results/ build/reports/problems/ retention-days: 3 - + docker-compose-tests: # if: github.event_name == 'push' && github.ref == 'refs/heads/main' || # (github.event_name == 'pull_request' &&