Compare commits

..

2 Commits

Author SHA1 Message Date
dependabot[bot]
4e44f3c431 Bump actions/upload-artifact from 4 to 7
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 7.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v4...v7)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-version: '7'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-06-22 13:43:35 +00:00
Aiqiao Yan
9c091bb21b update error wording (#2467) 2026-06-17 13:51:53 -04:00
2 changed files with 26260 additions and 21142 deletions

View File

@@ -44,7 +44,7 @@ jobs:
fi
# If dist/ was different than expected, upload the expected version as an artifact
- uses: actions/upload-artifact@v4
- uses: actions/upload-artifact@v7
if: ${{ failure() && steps.diff.conclusion == 'failure' }}
with:
name: dist

47400
dist/index.js vendored

File diff suppressed because one or more lines are too long