File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 4242 run : pnpm run test:accuracy
4343 - name : Upload accuracy test summary
4444 if : always()
45- uses : actions/upload-artifact@v5
45+ uses : actions/upload-artifact@v6
4646 with :
4747 name : accuracy-test-summary
4848 path : .accuracy/test-summary.html
Original file line number Diff line number Diff line change 3131 MDB_MCP_API_BASE_URL : ${{ vars.TEST_ATLAS_BASE_URL }}
3232 run : pnpm test tests/integration/tools/atlas --project=long-running-tests
3333 - name : Upload test results
34- uses : actions/upload-artifact@v5
34+ uses : actions/upload-artifact@v6
3535 if : always()
3636 with :
3737 name : atlas-test-results
Original file line number Diff line number Diff line change 4343 SKIP_ATLAS_LOCAL_TESTS : " true"
4444 - name : Upload test results
4545 if : always() && matrix.os == 'ubuntu-latest'
46- uses : actions/upload-artifact@v5
46+ uses : actions/upload-artifact@v6
4747 with :
4848 name : test-results
4949 path : coverage/lcov.info
7171 MDB_MCP_API_BASE_URL : ${{ vars.TEST_ATLAS_BASE_URL }}
7272 run : pnpm test tests/integration/tools/atlas/
7373 - name : Upload test results
74- uses : actions/upload-artifact@v5
74+ uses : actions/upload-artifact@v6
7575 if : always()
7676 with :
7777 name : atlas-test-results
9696 - name : Run tests
9797 run : pnpm test tests/integration/tools/atlas-local/
9898 - name : Upload test results
99- uses : actions/upload-artifact@v5
99+ uses : actions/upload-artifact@v6
100100 if : always()
101101 with :
102102 name : atlas-local-test-results
You can’t perform that action at this time.
0 commit comments