Skip to content

Commit 8bc9dd7

Browse files
Copilotlarp0
andcommitted
Fix deprecated GitHub Actions: upgrade upload-artifact and codecov-action to v4
Co-authored-by: larp0 <[email protected]>
1 parent a629085 commit 8bc9dd7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cpp_sdk.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ jobs:
127127
128128
- name: Upload coverage to Codecov
129129
if: matrix.build-type == 'Debug' && matrix.os == 'ubuntu-latest'
130-
uses: codecov/codecov-action@v3
130+
uses: codecov/codecov-action@v4
131131
with:
132132
file: ./cpp_sdk/build/coverage.info
133133
flags: cpp_sdk
@@ -242,7 +242,7 @@ jobs:
242242
ninja docs
243243
244244
- name: Upload documentation
245-
uses: actions/upload-artifact@v3
245+
uses: actions/upload-artifact@v4
246246
with:
247247
name: cpp-sdk-docs
248248
path: cpp_sdk/build/docs/html/

0 commit comments

Comments
 (0)