Skip to content

Commit 0f4aa8e

Browse files
Update coverallsapp/github-action action to v2
1 parent ebdc34b commit 0f4aa8e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/erlang-parallel-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ jobs:
277277

278278
- name: Upload coverage statistics (coveralls)
279279
if: ${{ inputs.upload-coverage == true && inputs.use-coveralls == true }}
280-
uses: coverallsapp/github-action@1.1.3
280+
uses: coverallsapp/github-action@v2.3.0
281281
with:
282282
path-to-lcov: _build/test/lcov/lcov.info
283283
github-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)