Skip to content

Commit b28fb0a

Browse files
authored
Merge pull request #732 from CycloneDX/dependabot/github_actions/actions/download-artifact-6.0.0
2 parents cfa0e4a + 5aa679a commit b28fb0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr-test-coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
&& github.event.workflow_run.conclusion == 'success'
1919
steps:
2020
- name: Download PR test coverage report
21-
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # tag=v5.0.0
21+
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # tag=v6.0.0
2222
with:
2323
name: pr-test-coverage-report-java-21
2424
github-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)