diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 87ed31504..a1055d177 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -27,7 +27,7 @@ jobs: with: arguments: :fixture-monkey-benchmarks:${{ matrix.benchmark-module }}:jmh -Pjmh.quick - name: Upload benchmark results - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: benchmark-results-${{ matrix.benchmark-module }} path: ./fixture-monkey-benchmarks/${{ matrix.benchmark-module }}/build/results/jmh/results.csv diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index bfbb42ccb..9095cddf7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -59,7 +59,7 @@ jobs: detailed_summary: true - name: Test Summary - uses: actions/upload-artifact@v4 # upload test results + uses: actions/upload-artifact@v7 # upload test results if: always() with: name: test-results