Skip to content

Commit 1f57710

Browse files
ci: bump actions/upload-artifact from 4 to 6 (#34)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 6. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v6) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e7e71e2 commit 1f57710

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ jobs:
171171
name: codecov-umbrella
172172

173173
- name: Archive coverage report
174-
uses: actions/upload-artifact@v5
174+
uses: actions/upload-artifact@v6
175175
with:
176176
name: coverage-report
177177
path: lcov.info

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
7z a ../../../mcp-execution-${{ matrix.asset_suffix }}.zip ${{ matrix.server_artifact }}
108108
109109
- name: Upload CLI artifact
110-
uses: actions/upload-artifact@v4
110+
uses: actions/upload-artifact@v6
111111
with:
112112
name: mcp-execution-cli-${{ matrix.asset_suffix }}
113113
path: |
@@ -116,7 +116,7 @@ jobs:
116116
retention-days: 7
117117

118118
- name: Upload MCP Server artifact
119-
uses: actions/upload-artifact@v4
119+
uses: actions/upload-artifact@v6
120120
with:
121121
name: mcp-execution-${{ matrix.asset_suffix }}
122122
path: |

0 commit comments

Comments
 (0)