Skip to content

Commit 045fdc1

Browse files
Bump actions/upload-artifact from 4.1.0 to 4.2.0 (#2654)
1 parent 4949812 commit 045fdc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

0 commit comments

Comments
 (0)