Skip to content

Commit 877115d

Browse files
authored
Merge pull request #618 from CycloneDX/dependabot/github_actions/actions/download-artifact-4.2.1
Bump actions/download-artifact from 4.2.0 to 4.2.1
2 parents 0cc9cfb + 6118e3b commit 877115d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
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@b14cf4c92620c250e1c074ab0a5800e37df86765 # tag=v4.2.0
21+
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # tag=v4.2.1
2222
with:
2323
name: pr-test-coverage-report-java-21
2424
github-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)