We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2dd48c1 + 2014133 commit 9e5e869Copy full SHA for 9e5e869
.github/workflows/coverage.yml
@@ -66,7 +66,7 @@ jobs:
66
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
67
PULL_REQUEST_NUMBER: ${{ github.event.number }}
68
69
- - uses: actions/upload-artifact@v4
+ - uses: actions/upload-artifact@v5
70
if: always()
71
with:
72
name: suite_result
.github/workflows/locked.yml
@@ -60,7 +60,7 @@ jobs:
60
- name: Test
61
run: opam exec -- dune runtest
62
63
64
65
name: suite_result-${{ matrix.os }}
0 commit comments