We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a506751 commit 69ebbf9Copy full SHA for 69ebbf9
.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@fa0a91b85d4f404e444e00e005971372dc801d16 # tag=v4.1.8
+ uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # tag=v4.1.9
22
with:
23
name: pr-test-coverage-report-java-21
24
github-token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments