From f2ef2d8da87c6f9336e1c4d4106d3aae86bae3aa Mon Sep 17 00:00:00 2001 From: RakhithaRR Date: Mon, 23 Sep 2024 08:26:30 +0530 Subject: [PATCH] Bump upload action version --- .github/workflows/maven.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 51aedd2df2..1d2c79c593 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -99,7 +99,7 @@ jobs: needs: build runs-on: 'ubuntu-latest' steps: - - uses: actions/download-artifact@v2 + - uses: actions/download-artifact@v3 with: path: reports - name: Publish Test Report