File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 3939 run : npm run test:accuracy
4040 - name : Upload accuracy test summary
4141 if : always()
42- uses : actions/upload-artifact@v4
42+ uses : actions/upload-artifact@v5
4343 with :
4444 name : accuracy-test-summary
4545 path : .accuracy/test-summary.html
Original file line number Diff line number Diff line change 4040 SKIP_ATLAS_LOCAL_TESTS : " true"
4141 - name : Upload test results
4242 if : always() && matrix.os == 'ubuntu-latest'
43- uses : actions/upload-artifact@v4
43+ uses : actions/upload-artifact@v5
4444 with :
4545 name : test-results
4646 path : coverage/lcov.info
Original file line number Diff line number Diff line change 2929 MDB_MCP_API_BASE_URL : ${{ vars.TEST_ATLAS_BASE_URL }}
3030 run : npm test -- tests/integration/tools/atlas --project=long-running-tests
3131 - name : Upload test results
32- uses : actions/upload-artifact@v4
32+ uses : actions/upload-artifact@v5
3333 if : always()
3434 with :
3535 name : atlas-test-results
Original file line number Diff line number Diff line change 3939 SKIP_ATLAS_LOCAL_TESTS : " true"
4040 - name : Upload test results
4141 if : always() && matrix.os == 'ubuntu-latest'
42- uses : actions/upload-artifact@v4
42+ uses : actions/upload-artifact@v5
4343 with :
4444 name : test-results
4545 path : coverage/lcov.info
6464 MDB_MCP_API_BASE_URL : ${{ vars.TEST_ATLAS_BASE_URL }}
6565 run : npm test -- tests/integration/tools/atlas/
6666 - name : Upload test results
67- uses : actions/upload-artifact@v4
67+ uses : actions/upload-artifact@v5
6868 if : always()
6969 with :
7070 name : atlas-test-results
8686 - name : Run tests
8787 run : npm test -- tests/integration/tools/atlas-local/
8888 - name : Upload test results
89- uses : actions/upload-artifact@v4
89+ uses : actions/upload-artifact@v5
9090 if : always()
9191 with :
9292 name : atlas-local-test-results
You can’t perform that action at this time.
0 commit comments