From bd5feca90f562c1de46594d033359ad8f0dd0a12 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Feb 2026 12:56:42 +0000 Subject: [PATCH] build(deps): bump actions/upload-artifact from 4 to 6 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 6. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/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] --- .github/workflows/license-compliance.yml | 2 +- .github/workflows/publish.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/license-compliance.yml b/.github/workflows/license-compliance.yml index d87d378..79ce281 100644 --- a/.github/workflows/license-compliance.yml +++ b/.github/workflows/license-compliance.yml @@ -67,7 +67,7 @@ jobs: # name: 工件名称,用于标识上传的文件集合 # path: 指定需要上传的文件路径列表(支持多行格式) - name: Upload compliance artifacts - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v6 with: name: license-compliance path: | diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 5fffa6c..e327628 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -69,7 +69,7 @@ jobs: dotnet pack -c Release -o ./packages -p:PackageVersion=${{ steps.tag_version.outputs.version }} -p:IncludeSymbols=false # 上传许可证合规相关的工件文件,包括通知文件、第三方许可证、SBOM文件及验证结果 - name: Upload compliance artifacts - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v6 with: name: license-compliance path: |