Skip to content

Commit 4c24940

Browse files
chore(deps): Bump actions/download-artifact from 4.1.8 to 4.2.0
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4.1.8 to 4.2.0. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@fa0a91b...b14cf4c) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b1d10d3 commit 4c24940

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/zxc-code-analysis.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ jobs:
131131
node-version: ${{ inputs.node-version }}
132132

133133
- name: Download Coverage Reports
134-
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
134+
uses: actions/download-artifact@b14cf4c92620c250e1c074ab0a5800e37df86765 # v4.2.0
135135
if: ${{ (inputs.enable-codecov-analysis || inputs.enable-sonar-analysis) && !cancelled() && !failure() }}
136136
with:
137137
name: Coverage Reports

0 commit comments

Comments
 (0)