Skip to content

Commit 6311f49

Browse files
authored
Merge pull request #452 from CycloneDX/dependabot/github_actions/actions/download-artifact-4.1.8
Bump actions/download-artifact from 4.1.7 to 4.1.8
2 parents 9f14c73 + c02b6c9 commit 6311f49

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@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # tag=v4.1.7
21+
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # tag=v4.1.8
2222
with:
2323
name: pr-test-coverage-report-java-21
2424
github-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)