Skip to content

Commit b02d58d

Browse files
Bump actions/upload-artifact from 4.2.0 to 4.3.0
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.2.0 to 4.3.0. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4.2.0...v4.3.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 9173141 commit b02d58d

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.2.0
88+
- uses: actions/upload-artifact@v4.3.0
8989
with:
9090
name: .-Mytheme-Node-${{ matrix.node-version }}-Target
9191
path: ./Mytheme/Target

0 commit comments

Comments
 (0)