From 58dcc43b2c33a8e904e1e77f32bc2550221eb95c Mon Sep 17 00:00:00 2001 From: Derek Ho Date: Thu, 16 Jan 2025 13:17:38 -0500 Subject: [PATCH] Change in integration test action Signed-off-by: Derek Ho --- .github/workflows/integration-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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