From ab50e543c87039e282b52e7202c1e5ca6e9150f8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 22:02:21 +0000 Subject: [PATCH] chore(deps): update github artifact actions 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 64504d3a..15e37a1c 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.1 if: always() with: path: 'topics/testing/code/target/'