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 a4cfdcb + d475e1e commit 2696fe2Copy full SHA for 2696fe2
.github/workflows/build.yaml
@@ -27,7 +27,7 @@ jobs:
27
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
28
run: ./gradlew --build-cache build detekt -PciBuild=true
29
- name: Archive test report
30
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
31
if: always()
32
with:
33
name: test-report
0 commit comments