We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88d322d commit f2179a0Copy full SHA for f2179a0
1 file changed
.github/workflows/Node.yml
@@ -86,15 +86,15 @@ jobs:
86
- run: pnpm run build
87
working-directory: .
88
89
- - uses: actions/upload-artifact@v4.3.1
+ - uses: actions/upload-artifact@v4.3.2
90
with:
91
name: .-Node-${{ matrix.node-version }}-Target
92
path: ./Target
93
94
- run: pnpm run prepublishOnly
95
96
97
98
99
100
0 commit comments