Skip to content

Commit 3ce16ca

Browse files
authored
Merge branch 'main' into cleanup/remove-first-snap-flow
2 parents 4d93224 + 262c4d8 commit 3ce16ca

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ jobs:
194194
run: dotrun test-python-job
195195

196196
- name: Upload coverage to Codecov
197-
uses: codecov/codecov-action@v5
197+
uses: codecov/codecov-action@v6
198198
with:
199199
flags: python
200200

@@ -219,7 +219,7 @@ jobs:
219219
yarn test-js --coverage
220220
221221
- name: Upload coverage to Codecov
222-
uses: codecov/codecov-action@v5
222+
uses: codecov/codecov-action@v6
223223
with:
224224
flags: javascript
225225

0 commit comments

Comments
 (0)