Skip to content

Commit b2d5376

Browse files
committed
Fix releases
1 parent 489a311 commit b2d5376

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ jobs:
141141
Get-ChildItem -Path 'artifact'
142142
143143
- name: Upload Artifact
144-
uses: actions/upload-artifact@v2
144+
uses: actions/upload-artifact@v4
145145
with:
146146
name: ts-patches-${{ matrix.type }}-${{ steps.branch-name.outputs.current_branch }}-${{ steps.gitinfo.outputs.sha_short }}-${{ steps.gitinfo.outputs.date }}
147147
path: artifact

0 commit comments

Comments
 (0)