Skip to content

Commit a6b2f42

Browse files
Bump actions/upload-artifact from 4.1.0 to 4.2.0
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.1.0 to 4.2.0. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4.1.0...v4.2.0) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a61cf1a commit a6b2f42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/Node.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
- run: pnpm run prepublishOnly
8686
working-directory: .
8787

88-
- uses: actions/upload-artifact@v4.1.0
88+
- uses: actions/upload-artifact@v4.2.0
8989
with:
9090
name: .-Mytheme-Node-${{ matrix.node-version }}-Target
9191
path: ./Mytheme/Target

0 commit comments

Comments
 (0)