Skip to content

Commit a3a1597

Browse files
committed
Update actions/upload-artifact to v3
1 parent 180c19c commit a3a1597

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
./ninjatracing/ninjatracing.py mrtrix3/build/.ninja_log > trace.json
5656
5757
- name: Upload trace
58-
uses: actions/upload-artifact@v2
58+
uses: actions/upload-artifact@v3
5959
with:
6060
name: trace.json
6161
path: trace.json

0 commit comments

Comments
 (0)