We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e9fa73d + 812865e commit 0778b05Copy full SHA for 0778b05
.github/workflows/pr-test-coverage.yml
@@ -18,7 +18,7 @@ jobs:
18
&& github.event.workflow_run.conclusion == 'success'
19
steps:
20
- name: Download PR test coverage report
21
- uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # tag=v4.1.9
+ uses: actions/download-artifact@b14cf4c92620c250e1c074ab0a5800e37df86765 # tag=v4.2.0
22
with:
23
name: pr-test-coverage-report-java-21
24
github-token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments