From 0c882db97087e99813ea7a5b9e74a047c6c9233f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 13:41:23 +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/'