File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed
Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -17,14 +17,14 @@ jobs:
1717 runs-on : ubuntu-latest
1818 container : ghcr.io/opencyphal/toolshed:ts24.4.3
1919 steps :
20- - uses : actions/checkout@v4
20+ - uses : actions/checkout@v5
2121 with :
2222 fetch-depth : 0 # Shallow clones should be disabled for a better relevancy of analysis
2323 - name : get nunavut
2424 run : |
2525 pip install --break-system-packages git+https://github.com/OpenCyphal/[email protected] 2626 - name : Install sonar-scanner and build-wrapper
27- uses : SonarSource/sonarcloud-github-c-cpp@v2
27+ uses : SonarSource/sonarcloud-github-c-cpp@v3
2828 - name : Run tests
2929 env :
3030 GTEST_COLOR : yes
4343 cmake --build . --target test/unittest/coverage.xml
4444 cmake --build . --target docs/examples/coverage.xml
4545 - name : upload-artifacts
46- uses : actions/upload-artifact@v4
46+ uses : actions/upload-artifact@v5
4747 with :
4848 name : Coverage-14-gcc
4949 path : |
Original file line number Diff line number Diff line change 1818 runs-on : ubuntu-latest
1919 container : ghcr.io/opencyphal/toolshed:ts24.4.3
2020 steps :
21- - uses : actions/checkout@v4
21+ - uses : actions/checkout@v5
2222 - name : Cache ext modules
2323 id : libcyphal-ext
2424 uses : actions/cache@v4
5959 std : 14
6060 toolchain : gcc
6161 steps :
62- - uses : actions/checkout@v4
62+ - uses : actions/checkout@v5
6363 - name : Cache ext modules
6464 id : libcyphal-ext
6565 uses : actions/cache@v4
8686 if : ${{ runner.debug == '1' }}
8787 run : ls -lAhR build/
8888 - name : upload-artifacts
89- uses : actions/upload-artifact@v4
89+ uses : actions/upload-artifact@v5
9090 with :
9191 name : ${{ matrix.build_flavor }}-${{ matrix.std }}-${{ matrix.toolchain }}
9292 path : |
@@ -104,7 +104,7 @@ jobs:
104104 container : ghcr.io/opencyphal/toolshed:ts24.4.3
105105 needs : [warmup]
106106 steps :
107- - uses : actions/checkout@v4
107+ - uses : actions/checkout@v5
108108 - name : Cache ext modules
109109 id : libcyphal-ext
110110 uses : actions/cache@v4
@@ -129,12 +129,12 @@ jobs:
129129 uses : actions/configure-pages@v5
130130 - name : Upload docs
131131 if : ${{ github.event_name != 'pull_request' }}
132- uses : actions/upload-pages-artifact@v3
132+ uses : actions/upload-pages-artifact@v4
133133 with :
134134 path : " build/docs/html/"
135135 - name : upload-pr-docs
136136 if : ${{ github.event_name == 'pull_request' }}
137- uses : actions/upload-artifact@v4
137+ uses : actions/upload-artifact@v5
138138 with :
139139 name : pr-docs
140140 path : " build/docs/html/"
You can’t perform that action at this time.
0 commit comments