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.
1 parent 27d7f82 commit 17d34eaCopy full SHA for 17d34ea
.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@d3f86a106a0bac45b974a628896c90dbdf5c8093 # tag=v4.3.0
+ uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # tag=v5.0.0
22
with:
23
name: pr-test-coverage-report-java-21
24
github-token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments