Skip to content

Commit fdef51d

Browse files
committed
Merge branch 'main' into ni/poison-mitigation
* main: chore(deps): bump actions/download-artifact from 4 to 5 (#435) chore(deps): bump mongodb/apix-action from 12 to 13 (#434) chore: fix pre accuracy test script (#433)
2 parents 702f58b + 92687b8 commit fdef51d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/code_health.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,12 +76,12 @@ jobs:
7676
- name: Install dependencies
7777
run: npm ci
7878
- name: Download test results
79-
uses: actions/download-artifact@v4
79+
uses: actions/download-artifact@v5
8080
with:
8181
name: test-results
8282
path: coverage/mongodb
8383
- name: Download atlas test results
84-
uses: actions/download-artifact@v4
84+
uses: actions/download-artifact@v5
8585
with:
8686
name: atlas-test-results
8787
path: coverage/atlas

.github/workflows/jira-issue.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
config: ${{ vars.PERMISSIONS_CONFIG }}
2121

2222
- name: Create JIRA ticket
23-
uses: mongodb/apix-action/create-jira@v12
23+
uses: mongodb/apix-action/create-jira@v13
2424
id: create
2525
continue-on-error: true
2626
with:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"reformat": "prettier --write .",
5252
"generate": "./scripts/generate.sh",
5353
"test": "vitest --project unit-and-integration --coverage",
54-
"pretest:accuracy": "npm run build:compile",
54+
"pretest:accuracy": "npm run build",
5555
"test:accuracy": "sh ./scripts/accuracy/runAccuracyTests.sh"
5656
},
5757
"license": "Apache-2.0",

0 commit comments

Comments
 (0)