diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index cf3904c8cc..428b4feb48 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -24,7 +24,7 @@ jobs: - run: OPENDISTRO_SECURITY_TEST_OPENSSL_OPT=true ./gradlew test - - uses: alehechka/upload-tartifact@v2 + - uses: actions/upload-artifact@v4 if: always() with: name: ${{ matrix.jdk }}-${{ matrix.test-run }}-reports