Skip to content

Commit d308103

Browse files
Merge pull request #90 from BlackRainbowAI/dependabot/github_actions/actions/upload-artifact-4.3.1
Bump actions/upload-artifact from 4.3.0 to 4.3.1
2 parents 1cc2ad2 + c97841b commit d308103

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/Node.yml

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

0 commit comments

Comments
 (0)