Skip to content

Commit 2525fef

Browse files
committed
fix: upload action
1 parent e9479c3 commit 2525fef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/code_health.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
MDB_MCP_API_BASE_URL: ${{ vars.TEST_ATLAS_BASE_URL }}
7878
run: npm test -- --testPathIgnorePatterns "mongodb"
7979
- name: Upload test results
80-
uses: actions/upload-artifact@v3
80+
uses: actions/upload-artifact@v4
8181
with:
8282
name: atlas-test-results
8383
path: coverage/lcov.info

0 commit comments

Comments
 (0)