From b47114a78b3559ebeef0bb4b07f4498feda1ea9a Mon Sep 17 00:00:00 2001 From: Sai Sriharsha Annepu <72639930+gs-ssh16@users.noreply.github.com> Date: Thu, 9 Jan 2025 23:10:00 +0530 Subject: [PATCH] Update upload-artifact action to v4 (#3342) --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c1a32c07ded..33453ef7e20 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -104,14 +104,14 @@ jobs: - name: Upload Test Results if: always() - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: test-results path: ${{ github.workspace }}/surefire-reports-aggregate/*.xml - name: Upload CI Event if: always() - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: event-file path: ${{ github.event_path }}