File tree 2 files changed +7
-7
lines changed
2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -406,7 +406,7 @@ jobs:
406
406
make latexpdf
407
407
408
408
- name : Store Artifacts
409
- uses : actions/upload-artifact@v3
409
+ uses : actions/upload-artifact@v4
410
410
with :
411
411
name : Documentation
412
412
path : docs/build/**
@@ -572,7 +572,7 @@ jobs:
572
572
python dataProcessor.py --directory ../build --output ../../${{ matrix.pretty }} --relative Eigen --verbose
573
573
574
574
- name : Upload Intermediate Benchmark Results
575
- uses : actions/upload-artifact@v3
575
+ uses : actions/upload-artifact@v4
576
576
with :
577
577
name : ${{ matrix.pretty }}
578
578
path : ${{ matrix.pretty }}
@@ -604,7 +604,7 @@ jobs:
604
604
tree
605
605
606
606
- name : Upload Intermediate Benchmark Results
607
- uses : actions/upload-artifact@v3
607
+ uses : actions/upload-artifact@v4
608
608
with :
609
609
name : IntermediateBenchmarkResults
610
610
path : IntermediateBenchmarkResults
@@ -624,7 +624,7 @@ jobs:
624
624
tree
625
625
626
626
- name : Upload Benchmark Documentation
627
- uses : actions/upload-artifact@v3
627
+ uses : actions/upload-artifact@v4
628
628
with :
629
629
name : LibRapid_Benchmark_SHA_${{ github.sha }}
630
630
path : BenchmarkDocumentation
Original file line number Diff line number Diff line change @@ -348,7 +348,7 @@ jobs:
348
348
python -m cibuildwheel --output-dir wheelhouse
349
349
350
350
- name : Store Artifacts
351
- uses : actions/upload-artifact@v3
351
+ uses : actions/upload-artifact@v4
352
352
with :
353
353
path : wheelhouse/*.whl
354
354
@@ -377,7 +377,7 @@ jobs:
377
377
twine check dist/*.tar.gz
378
378
379
379
- name : Store artifacts
380
- uses : actions/upload-artifact@v3
380
+ uses : actions/upload-artifact@v4
381
381
with :
382
382
path : dist/*.tar.gz
383
383
@@ -590,6 +590,6 @@ jobs:
590
590
# python -m cibuildwheel --output-dir wheelhouse
591
591
#
592
592
# - name: Store Artifacts
593
- # uses: actions/upload-artifact@v3
593
+ # uses: actions/upload-artifact@v4
594
594
# with:
595
595
# path: wheelhouse/*.whl
You can’t perform that action at this time.
0 commit comments