From 56514bfbe4308a7738deb8b3a033b3f2c0625421 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 12 Dec 2025 22:15:16 +0000 Subject: [PATCH] chore(deps): update actions/upload-artifact action to v6 --- .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..70ea872 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@v6.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..47b63d2 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@v6.0.0 if: always() with: path: 'topics/sw_concepts/code/pattern-examples/target'