From 1eceac6ea6c0092ff835fc709604c9dcb7a0351c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 11 Jan 2025 09:56:12 +0000 Subject: [PATCH] chore(deps): update actions/upload-artifact action to v4.6.0 (#1834) Signed-off-by: Renovate Bot Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/jgiven_android_build.yml | 2 +- .github/workflows/jgiven_branch_and_pr_build.yml | 2 +- .github/workflows/jgiven_examples_build.yml | 4 ++-- .github/workflows/mock_release.yaml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/jgiven_android_build.yml b/.github/workflows/jgiven_android_build.yml index d7defc846a..c00c1af1f0 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@v4.5.0 + uses: actions/upload-artifact@v4.6.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 db6075b54d..b8ddaf52d9 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@v4.5.0 + uses: actions/upload-artifact@v4.6.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 563354f24d..97bc11f53b 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@v4.5.0 + uses: actions/upload-artifact@v4.6.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@v4.5.0 + uses: actions/upload-artifact@v4.6.0 with: name: test-report-example-projects path: /home/runner/work/JGiven/JGiven/example-projects/*/build/reports/tests diff --git a/.github/workflows/mock_release.yaml b/.github/workflows/mock_release.yaml index 90601e2110..383aa8a8cc 100644 --- a/.github/workflows/mock_release.yaml +++ b/.github/workflows/mock_release.yaml @@ -62,7 +62,7 @@ jobs: - name: Upload test results html files continue-on-error: true if: ${{failure()}} - uses: actions/upload-artifact@v4.5.0 + uses: actions/upload-artifact@v4.6.0 with: name: test-report.zip path: /home/runner/work/JGiven/JGiven/*/build/reports/tests