Skip to content

Commit 2c80bf4

Browse files
chore(deps): bump actions/upload-artifact from 4 to 5 (#701)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 464c37a commit 2c80bf4

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/accuracy-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
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

.github/workflows/code-health-fork.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
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

.github/workflows/code-health-long-running.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
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

.github/workflows/code-health.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
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
@@ -64,7 +64,7 @@ jobs:
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
@@ -86,7 +86,7 @@ jobs:
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

0 commit comments

Comments
 (0)