Skip to content

Commit c3b75bf

Browse files
committed
ci: update used actions versions
1 parent fcc59a0 commit c3b75bf

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
# due to some bug in gcov, we need to use --gcov-ignore-parse-errors=negative_hits.warn
5050
run: pipx run gcovr --gcov-ignore-parse-errors=negative_hits.warn --exclude-throw-branches --filter src/ --cobertura > cobertura.xml
5151
- name: upload coverage report to artifacts
52-
uses: actions/upload-artifact@v4
52+
uses: actions/upload-artifact@v7
5353
with:
5454
name: cobertura.xml
5555
path: cobertura.xml
@@ -387,7 +387,7 @@ jobs:
387387
cmake --build . --target test
388388
- name: upload vcpkg logs to artifacts
389389
if: always() # even if previous steps fail, this one needs to be run
390-
uses: actions/upload-artifact@v4
390+
uses: actions/upload-artifact@v7
391391
with:
392392
name: vcpkg_linux_logs
393393
path: |
@@ -415,11 +415,11 @@ jobs:
415415
name: vcpkg - windows - ${{ matrix.arch }} | ${{ matrix.config }}
416416
steps:
417417
- name: git clone
418-
uses: actions/checkout@v4
418+
uses: actions/checkout@v6
419419
with:
420420
submodules: true
421421
- name: get myci scripts
422-
uses: actions/checkout@v4
422+
uses: actions/checkout@v6
423423
with:
424424
repository: cppfw/myci
425425
ref: latest
@@ -449,7 +449,7 @@ jobs:
449449
cmake --build . --config ${{ matrix.config}} --target test
450450
- name: upload vcpkg logs to artifacts
451451
if: always() # even if previous steps fail, this one needs to be run
452-
uses: actions/upload-artifact@v4
452+
uses: actions/upload-artifact@v7
453453
with:
454454
name: vcpkg_windows_${{ matrix.arch }}_${{ matrix.config }}_logs
455455
path: |
@@ -506,7 +506,7 @@ jobs:
506506
# ./test
507507
- name: upload vcpkg logs to artifacts
508508
if: always() # even if previous steps fail, this one needs to be run
509-
uses: actions/upload-artifact@v4
509+
uses: actions/upload-artifact@v7
510510
with:
511511
name: vcpkg_ios_${{ matrix.config }}_logs
512512
path: |

0 commit comments

Comments
 (0)