We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9479c3 commit 2525fefCopy full SHA for 2525fef
.github/workflows/code_health.yaml
@@ -77,7 +77,7 @@ jobs:
77
MDB_MCP_API_BASE_URL: ${{ vars.TEST_ATLAS_BASE_URL }}
78
run: npm test -- --testPathIgnorePatterns "mongodb"
79
- name: Upload test results
80
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
81
with:
82
name: atlas-test-results
83
path: coverage/lcov.info
0 commit comments