From dcee63bc6fd268da6d3f5abc5e087787a6afe7d6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 18 Jan 2025 13:12:17 +0000 Subject: [PATCH] chore(deps): update actions/upload-artifact action to v4 --- .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 fe1e91e..bb5cf8a 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -32,7 +32,7 @@ jobs: - name: "Target Stage" run: mkdir staging && cp target/*.jar staging - name: "Upload artifact" - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: Artifact path: staging \ No newline at end of file