Skip to content

Commit ee40ff5

Browse files
chore(deps): bump actions/download-artifact from 4 to 8 (#330)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 8. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4...v8) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d2fc743 commit ee40ff5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/conformance-weekly.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,11 +128,11 @@ jobs:
128128
if: ${{ !cancelled() && github.repository == 'modelcontextprotocol/php-sdk' }}
129129
steps:
130130
- uses: actions/checkout@v6
131-
- uses: actions/download-artifact@v4
131+
- uses: actions/download-artifact@v8
132132
with:
133133
name: server-badge
134134
path: badges-in
135-
- uses: actions/download-artifact@v4
135+
- uses: actions/download-artifact@v8
136136
with:
137137
name: client-badge
138138
path: badges-in

0 commit comments

Comments
 (0)