Skip to content

Commit c2f520d

Browse files
authored
Update actions/upload-artifact to v4 for Linux build
1 parent 90e6269 commit c2f520d

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
@@ -120,7 +120,7 @@ jobs:
120120
path: build/Release/**/*
121121

122122
- name: Upload Artifacts (Linux)
123-
uses: actions/upload-artifact@v3
123+
uses: actions/upload-artifact@v4
124124
if: runner.os == 'Linux'
125125
with:
126126
name: ${{ matrix.os }}-x64-cuda-${{ matrix.cuda }}

0 commit comments

Comments
 (0)