diff --git a/.github/workflows/performance.yml b/.github/workflows/performance.yml index e68ca1aa18..8944690b0c 100644 --- a/.github/workflows/performance.yml +++ b/.github/workflows/performance.yml @@ -25,7 +25,7 @@ jobs: env: PERF_TEST_GLOB_PATTERN: ${{ github.event.inputs.PERF_TEST_GLOB_PATTERN }} - name: Store reports - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 with: name: mutation-testing-reports path: perf/test/*/reports/mutation \ No newline at end of file