From 5c75987c76c60cd77ca694d8c125aa7c7ef8e38d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 15 Mar 2026 04:32:44 +0000 Subject: [PATCH] chore(deps): bump the actions group across 1 directory with 2 updates Bumps the actions group with 2 updates in the / directory: [actions/download-artifact](https://github.com/actions/download-artifact) and [JS-DevTools/npm-publish](https://github.com/js-devtools/npm-publish). Updates `actions/download-artifact` from 8.0.0 to 8.0.1 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3...3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c) Updates `JS-DevTools/npm-publish` from 3.1.1 to 4.1.5 - [Release notes](https://github.com/js-devtools/npm-publish/releases) - [Changelog](https://github.com/JS-DevTools/npm-publish/blob/main/CHANGELOG.md) - [Commits](https://github.com/js-devtools/npm-publish/compare/19c28f1ef146469e409470805ea4279d47c3d35c...0fd2f4369c5d6bcfcde6091a7c527d810b9b5c3f) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: 8.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions - dependency-name: JS-DevTools/npm-publish dependency-version: 4.1.5 dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/npm.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/npm.yml b/.github/workflows/npm.yml index f5fa648..6d39efb 100644 --- a/.github/workflows/npm.yml +++ b/.github/workflows/npm.yml @@ -61,7 +61,7 @@ jobs: - run: npm run build - name: Download build artifacts - uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8 with: name: build-artifacts path: dist/ @@ -95,7 +95,7 @@ jobs: fi - name: Publish package - uses: JS-DevTools/npm-publish@19c28f1ef146469e409470805ea4279d47c3d35c # v3 + uses: JS-DevTools/npm-publish@0fd2f4369c5d6bcfcde6091a7c527d810b9b5c3f # v4.1.5 with: token: ${{ secrets.NPM_TOKEN }} tag: ${{ steps.prep.outputs.RELEASE_TYPE }}