21
21
arch : [x86_64, thumb, mips, powerpc]
22
22
23
23
steps :
24
- - uses : actions/checkout@v4.1.7
24
+ - uses : actions/checkout@v4
25
25
- name : install
26
26
run : |
27
27
# need a few things
@@ -235,7 +235,7 @@ jobs:
235
235
236
236
# create size statuses
237
237
- name : upload-sizes
238
- uses : actions/upload-artifact@v4.4.0
238
+ uses : actions/upload-artifact@v4
239
239
with :
240
240
name : sizes-${{matrix.arch}}
241
241
path : sizes
@@ -274,7 +274,7 @@ jobs:
274
274
done
275
275
- name : upload-status-sizes
276
276
if : ${{matrix.arch == 'x86_64'}}
277
- uses : actions/upload-artifact@v4.4.0
277
+ uses : actions/upload-artifact@v4
278
278
with :
279
279
name : status-sizes-${{matrix.arch}}
280
280
path : status
@@ -283,7 +283,7 @@ jobs:
283
283
# create cov statuses
284
284
- name : upload-cov
285
285
if : ${{matrix.arch == 'x86_64'}}
286
- uses : actions/upload-artifact@v4.4.0
286
+ uses : actions/upload-artifact@v4
287
287
with :
288
288
name : cov
289
289
path : cov
@@ -320,7 +320,7 @@ jobs:
320
320
done
321
321
- name : upload-status-cov
322
322
if : ${{matrix.arch == 'x86_64'}}
323
- uses : actions/upload-artifact@v4.4.0
323
+ uses : actions/upload-artifact@v4
324
324
with :
325
325
name : status-cov
326
326
path : status
@@ -337,7 +337,7 @@ jobs:
337
337
pls : [1, 2]
338
338
339
339
steps :
340
- - uses : actions/checkout@v4.1.7
340
+ - uses : actions/checkout@v4
341
341
- name : install
342
342
run : |
343
343
# need a few things
@@ -362,7 +362,7 @@ jobs:
362
362
test-no-intrinsics :
363
363
runs-on : ubuntu-latest
364
364
steps :
365
- - uses : actions/checkout@v4.1.7
365
+ - uses : actions/checkout@v4
366
366
- name : install
367
367
run : |
368
368
# need a few things
@@ -379,7 +379,7 @@ jobs:
379
379
test-multiversion :
380
380
runs-on : ubuntu-latest
381
381
steps :
382
- - uses : actions/checkout@v4.1.7
382
+ - uses : actions/checkout@v4
383
383
- name : install
384
384
run : |
385
385
# need a few things
@@ -396,7 +396,7 @@ jobs:
396
396
test-lfs2_0 :
397
397
runs-on : ubuntu-latest
398
398
steps :
399
- - uses : actions/checkout@v4.1.7
399
+ - uses : actions/checkout@v4
400
400
- name : install
401
401
run : |
402
402
# need a few things
@@ -415,7 +415,7 @@ jobs:
415
415
test-valgrind :
416
416
runs-on : ubuntu-latest
417
417
steps :
418
- - uses : actions/checkout@v4.1.7
418
+ - uses : actions/checkout@v4
419
419
- name : install
420
420
run : |
421
421
# need a few things
@@ -437,7 +437,7 @@ jobs:
437
437
test-clang :
438
438
runs-on : ubuntu-latest
439
439
steps :
440
- - uses : actions/checkout@v4.1.7
440
+ - uses : actions/checkout@v4
441
441
- name : install
442
442
run : |
443
443
# need a few things
@@ -460,7 +460,7 @@ jobs:
460
460
bench :
461
461
runs-on : ubuntu-latest
462
462
steps :
463
- - uses : actions/checkout@v4.1.7
463
+ - uses : actions/checkout@v4
464
464
- name : install
465
465
run : |
466
466
# need a few things
@@ -492,7 +492,7 @@ jobs:
492
492
493
493
# create bench statuses
494
494
- name : upload-bench
495
- uses : actions/upload-artifact@v4.4.0
495
+ uses : actions/upload-artifact@v4
496
496
with :
497
497
name : bench
498
498
path : bench
@@ -526,7 +526,7 @@ jobs:
526
526
}' | tee status/$(basename $f .csv)-$s.json
527
527
done
528
528
- name : upload-status-bench
529
- uses : actions/upload-artifact@v4.4.0
529
+ uses : actions/upload-artifact@v4
530
530
with :
531
531
name : status-bench
532
532
path : status
@@ -536,10 +536,10 @@ jobs:
536
536
test-compat :
537
537
runs-on : ubuntu-latest
538
538
steps :
539
- - uses : actions/checkout@v4.1.7
539
+ - uses : actions/checkout@v4
540
540
if : ${{github.event_name == 'pull_request'}}
541
541
# checkout the current pr target into lfsp
542
- - uses : actions/checkout@v4.1.7
542
+ - uses : actions/checkout@v4
543
543
if : ${{github.event_name == 'pull_request'}}
544
544
with :
545
545
ref : ${{github.event.pull_request.base.ref}}
@@ -573,7 +573,7 @@ jobs:
573
573
runs-on : ubuntu-latest
574
574
if : ${{!endsWith(github.ref, '-prefix')}}
575
575
steps :
576
- - uses : actions/checkout@v4.1.7
576
+ - uses : actions/checkout@v4
577
577
- name : install
578
578
run : |
579
579
# need a few things
@@ -583,7 +583,7 @@ jobs:
583
583
gcc --version
584
584
python3 --version
585
585
fusermount -V
586
- - uses : actions/checkout@v4.1.7
586
+ - uses : actions/checkout@v4
587
587
with :
588
588
repository : littlefs-project/littlefs-fuse
589
589
ref : v2
@@ -623,7 +623,7 @@ jobs:
623
623
runs-on : ubuntu-latest
624
624
if : ${{!endsWith(github.ref, '-prefix')}}
625
625
steps :
626
- - uses : actions/checkout@v4.1.7
626
+ - uses : actions/checkout@v4
627
627
- name : install
628
628
run : |
629
629
# need a few things
@@ -633,12 +633,12 @@ jobs:
633
633
gcc --version
634
634
python3 --version
635
635
fusermount -V
636
- - uses : actions/checkout@v4.1.7
636
+ - uses : actions/checkout@v4
637
637
with :
638
638
repository : littlefs-project/littlefs-fuse
639
639
ref : v2
640
640
path : v2
641
- - uses : actions/checkout@v4.1.7
641
+ - uses : actions/checkout@v4
642
642
with :
643
643
repository : littlefs-project/littlefs-fuse
644
644
ref : v1
@@ -695,7 +695,7 @@ jobs:
695
695
runs-on : ubuntu-latest
696
696
needs : [test, bench]
697
697
steps :
698
- - uses : actions/checkout@v4.1.7
698
+ - uses : actions/checkout@v4
699
699
if : ${{github.event_name == 'pull_request'}}
700
700
- name : install
701
701
if : ${{github.event_name == 'pull_request'}}
@@ -705,21 +705,21 @@ jobs:
705
705
pip3 install toml
706
706
gcc --version
707
707
python3 --version
708
- - uses : actions/download-artifact@v4.1.8
708
+ - uses : actions/download-artifact@v4
709
709
if : ${{github.event_name == 'pull_request'}}
710
710
continue-on-error : true
711
711
with :
712
712
pattern : ' {sizes,sizes-*}'
713
713
merge-multiple : true
714
714
path : sizes
715
- - uses : actions/download-artifact@v4.1.8
715
+ - uses : actions/download-artifact@v4
716
716
if : ${{github.event_name == 'pull_request'}}
717
717
continue-on-error : true
718
718
with :
719
719
pattern : ' {cov,cov-*}'
720
720
merge-multiple : true
721
721
path : cov
722
- - uses : actions/download-artifact@v4.1.8
722
+ - uses : actions/download-artifact@v4
723
723
if : ${{github.event_name == 'pull_request'}}
724
724
continue-on-error : true
725
725
with :
@@ -866,7 +866,7 @@ jobs:
866
866
body: $comment,
867
867
}' | tee comment/comment.json
868
868
- name : upload-comment
869
- uses : actions/upload-artifact@v4.4.0
869
+ uses : actions/upload-artifact@v4
870
870
with :
871
871
name : comment
872
872
path : comment
0 commit comments