We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cfa0e4a + 5aa679a commit b28fb0aCopy full SHA for b28fb0a
.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@634f93cb2916e3fdff6788551b99b062d0335ce0 # tag=v5.0.0
+ uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # tag=v6.0.0
22
with:
23
name: pr-test-coverage-report-java-21
24
github-token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments