Skip to content

Commit

Permalink
Bump actions/upload-artifact from 4.3.1 to 4.3.2 (#2782)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Apr 19, 2024
1 parent d6e6271 commit dd02937
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/java.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- name: Test all exercises using java-test-runner
run: bin/test-with-test-runner
- name: Archive test results
uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3
uses: actions/upload-artifact@1746f4ab65b179e0ea60a494b83293b640dd5bba
with:
name: test-results
path: exercises/**/build/results.json
Expand Down

0 comments on commit dd02937

Please sign in to comment.