From 500440fc06a2502e83100714c169979b5db9b232 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 May 2026 02:01:25 +0000 Subject: [PATCH] chore: bump AButler/upload-release-assets in the ci group Bumps the ci group with 1 update: [AButler/upload-release-assets](https://github.com/abutler/upload-release-assets). Updates `AButler/upload-release-assets` from 3.0 to 4.0 - [Release notes](https://github.com/abutler/upload-release-assets/releases) - [Commits](https://github.com/abutler/upload-release-assets/compare/v3.0...v4.0) --- updated-dependencies: - dependency-name: AButler/upload-release-assets dependency-version: '4.0' dependency-type: direct:production update-type: version-update:semver-major dependency-group: ci ... Signed-off-by: dependabot[bot] --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 533d191..e99f765 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -138,7 +138,7 @@ jobs: path: dist merge-multiple: true - - uses: AButler/upload-release-assets@v3.0 + - uses: AButler/upload-release-assets@v4.0 with: files: "dist/*" repo-token: ${{ secrets.GITHUB_TOKEN }}