Skip to content

Commit 9268baf

Browse files
Bump actions/upload-artifact from 4.0.0 to 4.1.0 (exercism#2643)
1 parent fd5f986 commit 9268baf

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@c7d193f32edcb7bfad88892161225aeda64e9392
19+
uses: actions/upload-artifact@1eb3cb2b3e0f29609092a73eb033bb759a334595
2020
with:
2121
name: test-results
2222
path: exercises/**/build/results.json

0 commit comments

Comments
 (0)