Skip to content

Commit f2179a0

Browse files
squash!
1 parent 88d322d commit f2179a0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/Node.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,15 +86,15 @@ jobs:
8686
- run: pnpm run build
8787
working-directory: .
8888

89-
- uses: actions/upload-artifact@v4.3.1
89+
- uses: actions/upload-artifact@v4.3.2
9090
with:
9191
name: .-Node-${{ matrix.node-version }}-Target
9292
path: ./Target
9393

9494
- run: pnpm run prepublishOnly
9595
working-directory: .
9696

97-
- uses: actions/upload-artifact@v4.3.1
97+
- uses: actions/upload-artifact@v4.3.2
9898
with:
9999
name: .-Node-${{ matrix.node-version }}-Target
100100
path: ./Target

0 commit comments

Comments
 (0)