Skip to content

Commit 90e6269

Browse files
authored
Update actions/upload-artifact to v4
1 parent f214e4c commit 90e6269

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ jobs:
113113
run: make
114114

115115
- name: Upload Artifacts (Windows)
116-
uses: actions/upload-artifact@v3
116+
uses: actions/upload-artifact@v4
117117
if: runner.os == 'Windows'
118118
with:
119119
name: ${{ matrix.os }}-x64-cuda-${{ matrix.cuda }}

0 commit comments

Comments
 (0)