From fed3682835be8997cc703f733f150882efe6ca7a Mon Sep 17 00:00:00 2001 From: GurtejSohi Date: Fri, 11 Apr 2025 12:22:17 +0530 Subject: [PATCH] ci: upgrade upload-artifact github action --- .github/workflows/pr-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-test.yml b/.github/workflows/pr-test.yml index 94335f98..e09dc8ce 100644 --- a/.github/workflows/pr-test.yml +++ b/.github/workflows/pr-test.yml @@ -47,7 +47,7 @@ jobs: args: copyAllReports --output-dir=/tmp/test-reports - name: Archive test reports - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: test-reports path: /tmp/test-reports