From bdd34fdb8a0d158c85e6c2bbbaea88a3c4e14f55 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 31 Dec 2025 16:30:36 +0000 Subject: [PATCH] chore(deps): update actions/upload-artifact action to v6 Signed-off-by: Renovate Bot --- .github/workflows/jgiven_android_build.yml | 2 +- .github/workflows/jgiven_branch_and_pr_build.yml | 2 +- .github/workflows/jgiven_examples_build.yml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/jgiven_android_build.yml b/.github/workflows/jgiven_android_build.yml index 30f06b58c74..006df729282 100644 --- a/.github/workflows/jgiven_android_build.yml +++ b/.github/workflows/jgiven_android_build.yml @@ -32,7 +32,7 @@ jobs: - name: Upload test results html files continue-on-error: true if: ${{failure()}} - uses: actions/upload-artifact@v5.0.0 + uses: actions/upload-artifact@v6.0.0 with: name: test-report-example-projects path: /home/runner/work/JGiven/JGiven/example-projects/*/build/reports/tests diff --git a/.github/workflows/jgiven_branch_and_pr_build.yml b/.github/workflows/jgiven_branch_and_pr_build.yml index 0c68e7259a9..b267d8016ee 100644 --- a/.github/workflows/jgiven_branch_and_pr_build.yml +++ b/.github/workflows/jgiven_branch_and_pr_build.yml @@ -32,7 +32,7 @@ jobs: - name: Upload test results html files continue-on-error: true if: ${{failure()}} - uses: actions/upload-artifact@v5.0.0 + uses: actions/upload-artifact@v6.0.0 with: name: test-report_${{matrix.java}}_${{matrix.junit}} path: /home/runner/work/JGiven/JGiven/*/build/reports/tests diff --git a/.github/workflows/jgiven_examples_build.yml b/.github/workflows/jgiven_examples_build.yml index a8bf189bba3..4d7cece37cd 100644 --- a/.github/workflows/jgiven_examples_build.yml +++ b/.github/workflows/jgiven_examples_build.yml @@ -44,7 +44,7 @@ jobs: - name: Upload test results html files continue-on-error: true if: ${{failure()}} - uses: actions/upload-artifact@v5.0.0 + uses: actions/upload-artifact@v6.0.0 with: name: test-report-example-projects path: /home/runner/work/JGiven/JGiven/example-projects/*/build/reports/tests @@ -67,7 +67,7 @@ jobs: - name: Upload test results html files continue-on-error: true if: ${{failure()}} - uses: actions/upload-artifact@v5.0.0 + uses: actions/upload-artifact@v6.0.0 with: name: test-report-example-projects path: /home/runner/work/JGiven/JGiven/example-projects/*/build/reports/tests