From c3766f4137a58bb6806504f2dd1b761f225122cf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 10 Nov 2025 20:30:58 +0000 Subject: [PATCH] chore(deps): update actions/upload-artifact action to v5 --- .github/workflows/java-exercise.yml | 2 +- .github/workflows/pattern-examples.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/java-exercise.yml b/.github/workflows/java-exercise.yml index 25f8293..9deeebb 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@v5.0.0 if: always() with: path: 'topics/testing/code/target/' diff --git a/.github/workflows/pattern-examples.yml b/.github/workflows/pattern-examples.yml index 862b234..37c0184 100644 --- a/.github/workflows/pattern-examples.yml +++ b/.github/workflows/pattern-examples.yml @@ -34,7 +34,7 @@ jobs: working-directory: topics/sw_concepts/code/pattern-examples run: mvn test - - uses: actions/upload-artifact@v4.6.2 + - uses: actions/upload-artifact@v5.0.0 if: always() with: path: 'topics/sw_concepts/code/pattern-examples/target'