Skip to content

Commit a1845cb

Browse files
chore(deps): bump actions/upload-artifact from 7.0.0 to 7.0.1 (#1055)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d5890ef commit a1845cb

4 files changed

Lines changed: 12 additions & 12 deletions

File tree

.github/workflows/accuracy-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
run: pnpm run test:accuracy
4949
- name: Upload accuracy test summary
5050
if: always()
51-
uses: actions/upload-artifact@v7
51+
uses: actions/upload-artifact@v7.0.1
5252
with:
5353
name: accuracy-test-summary
5454
path: .accuracy/test-summary.html

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
MDB_MCP_API_BASE_URL: ${{ vars.TEST_ATLAS_BASE_URL }}
3232
run: pnpm test tests/integration/tools/atlas --project=long-running-tests
3333
- name: Upload test results
34-
uses: actions/upload-artifact@v7
34+
uses: actions/upload-artifact@v7.0.1
3535
if: always()
3636
with:
3737
name: atlas-test-results

.github/workflows/code-health.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
MDB_VOYAGE_API_KEY: ${{ secrets.TEST_MDB_MCP_VOYAGE_API_KEY }}
4646
- name: Upload test results
4747
if: always() && matrix.os == 'ubuntu-latest'
48-
uses: actions/upload-artifact@v7
48+
uses: actions/upload-artifact@v7.0.1
4949
with:
5050
name: test-results
5151
path: coverage/lcov.info
@@ -73,7 +73,7 @@ jobs:
7373
MDB_MCP_API_BASE_URL: ${{ vars.TEST_ATLAS_BASE_URL }}
7474
run: pnpm test tests/integration/tools/atlas/
7575
- name: Upload test results
76-
uses: actions/upload-artifact@v7
76+
uses: actions/upload-artifact@v7.0.1
7777
if: always()
7878
with:
7979
name: atlas-test-results
@@ -98,7 +98,7 @@ jobs:
9898
- name: Run tests
9999
run: pnpm test tests/integration/tools/atlas-local/
100100
- name: Upload test results
101-
uses: actions/upload-artifact@v7
101+
uses: actions/upload-artifact@v7.0.1
102102
if: always()
103103
with:
104104
name: atlas-local-test-results
@@ -126,7 +126,7 @@ jobs:
126126
run: pnpm run test:browser
127127
- name: Upload test results
128128
if: always()
129-
uses: actions/upload-artifact@v7
129+
uses: actions/upload-artifact@v7.0.1
130130
with:
131131
name: browser-test-results
132132
path: coverage/tests/browser/lcov.info

.github/workflows/vulnerability-scanner.lock.yml

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)