We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e816b4a + 1ea686d commit a32565dCopy full SHA for a32565d
.github/workflows/coverage.yml
@@ -72,7 +72,7 @@ jobs:
72
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
73
PULL_REQUEST_NUMBER: ${{ github.event.number }}
74
75
- - uses: actions/upload-artifact@v6
+ - uses: actions/upload-artifact@v7
76
if: always()
77
with:
78
name: suite_result
.github/workflows/locked.yml
@@ -64,7 +64,7 @@ jobs:
64
- name: Test
65
run: opam exec -- dune runtest
66
67
68
69
70
name: suite_result-${{ matrix.os }}
0 commit comments