From 617950a45d8e0b17254356d6cc7ffd6de153a86a Mon Sep 17 00:00:00 2001 From: Leonard Ehrenfried Date: Mon, 24 Jun 2024 09:50:15 +0200 Subject: [PATCH] Update Github action --- .github/workflows/performance-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/performance-test.yml b/.github/workflows/performance-test.yml index 60b3e69610d..bfddea1b408 100644 --- a/.github/workflows/performance-test.yml +++ b/.github/workflows/performance-test.yml @@ -109,7 +109,7 @@ jobs: - name: Archive Flight Recorder instrumentation file if: matrix.profile == 'core' || github.ref == 'refs/heads/dev-2.x' - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: ${{ matrix.location }}-flight-recorder path: ${{ matrix.location}}-speed-test.jfr