Skip to content

Commit 1a73c1e

Browse files
Bump actions/upload-artifact from 4.2.0 to 4.3.0 (exercism#2662)
1 parent dc17301 commit 1a73c1e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Test all exercises using java-test-runner
1717
run: bin/test-with-test-runner
1818
- name: Archive test results
19-
uses: actions/upload-artifact@694cdabd8bdb0f10b2cea11669e1bf5453eed0a6
19+
uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8
2020
with:
2121
name: test-results
2222
path: exercises/**/build/results.json

0 commit comments

Comments
 (0)