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.
1 parent 557c13e commit 3cbab4aCopy full SHA for 3cbab4a
.github/workflows/java.yml
@@ -47,7 +47,7 @@ jobs:
47
- name: Test all exercises using java-test-runner
48
run: bin/test-with-test-runner
49
- name: Archive test results
50
- uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b
+ uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a
51
with:
52
name: test-results
53
path: exercises/**/build/results.json
0 commit comments