From ba7460552b1a9c3dd4b224b2ab40df3650952c12 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Mar 2026 17:32:51 +0000 Subject: [PATCH] chore(deps): update actions/upload-artifact action to v7 --- .github/workflows/java-exercise.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/java-exercise.yml b/.github/workflows/java-exercise.yml index 25f8293b..943ac8a2 100644 --- a/.github/workflows/java-exercise.yml +++ b/.github/workflows/java-exercise.yml @@ -38,7 +38,7 @@ jobs: working-directory: topics/testing/code run: mvn verify - - uses: actions/upload-artifact@v4.6.2 + - uses: actions/upload-artifact@v7.0.0 if: always() with: path: 'topics/testing/code/target/'