Skip to content

Commit 85b06ab

Browse files
committed
Bump up to actions/upload-artifact@v4
1 parent 5b22130 commit 85b06ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ jobs:
278278
279279
- name: 'Upload Valgrind Log'
280280
if: failure()
281-
uses: actions/upload-artifact@v2
281+
uses: actions/upload-artifact@v4
282282
with:
283283
name: valgrind-log
284284
path: build/Testing/Temporary/MemoryChecker.**.log

0 commit comments

Comments
 (0)