diff --git a/.github/workflows/jgiven_android_build.yml b/.github/workflows/jgiven_android_build.yml index 62e4791e8f..6c888da344 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.6.2 + uses: actions/upload-artifact@v5.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 2bb1a4d66f..56ca853db7 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.6.2 + uses: actions/upload-artifact@v5.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 04ed528417..9edf86dd76 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.6.2 + uses: actions/upload-artifact@v5.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@v4.6.2 + uses: actions/upload-artifact@v5.0.0 with: name: test-report-example-projects path: /home/runner/work/JGiven/JGiven/example-projects/*/build/reports/tests