From 8ede564c4dd8d623be13f8587b4b062ed90b9e6d Mon Sep 17 00:00:00 2001 From: Ryan Baxter Date: Thu, 19 Sep 2024 14:11:14 -0400 Subject: [PATCH] Upgrading actions/upload-artifact to v4 --- .github/workflows/maven.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/maven.yaml b/.github/workflows/maven.yaml index c59295d9..d8ce12c1 100644 --- a/.github/workflows/maven.yaml +++ b/.github/workflows/maven.yaml @@ -36,7 +36,7 @@ jobs: with: report_paths: '**/surefire-reports/TEST-*.xml' - name: Archive code coverage results - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: surefire-reports path: '**/surefire-reports/*'