Skip to content

Commit f3afc31

Browse files
authored
Merge pull request #1058 from modelcontextprotocol/dependabot/github_actions/actions/upload-artifact-6
Bump actions/upload-artifact from 4 to 6
2 parents c3e1c30 + bde1d59 commit f3afc31

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/e2e_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
run: npm run test:e2e
5252

5353
- name: Upload Playwright Report and Screenshots
54-
uses: actions/upload-artifact@v4
54+
uses: actions/upload-artifact@v6
5555
if: steps.playwright-tests.conclusion != 'skipped'
5656
with:
5757
name: playwright-report

0 commit comments

Comments
 (0)