chore: bump actions/upload-artifact from 4 to 7 (#7685)

This commit is contained in:
dependabot[bot]
2026-03-03 12:11:52 -09:00
committed by GitHub
parent 355546d0a5
commit 36b00d37ff
2 changed files with 4 additions and 4 deletions

View File

@@ -303,7 +303,7 @@ jobs:
- run: tar -czf package.tar.gz release
- name: Upload npm package artifact
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v7
with:
name: npm-release-package
path: ./package.tar.gz