Skip to content

Commit

Permalink
Bump actions/upload-artifact from 4.3.2 to 4.3.3 (#2785)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Apr 23, 2024
1 parent e018a52 commit 3a7ca3b
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@1746f4ab65b179e0ea60a494b83293b640dd5bba
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808
with:
name: test-results
path: exercises/**/build/results.json
Expand Down

0 comments on commit 3a7ca3b

Please sign in to comment.