Skip to content

Commit 1710086

Browse files
authoredMar 24, 2025··
chore(deps): bump actions/upload-artifact from 4.6.1 to 4.6.2 (#635)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4c0f1c4 commit 1710086

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed
 

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ jobs:
179179
echo "::endgroup::"
180180
181181
- name: Publish Snyk Reports
182-
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
182+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
183183
if: ${{ inputs.enable-snyk-scan && !cancelled() && !failure() }}
184184
with:
185185
name: Snyk Reports

‎.github/workflows/zxc-compile-code.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ jobs:
104104
files: 'junit.xml'
105105

106106
- name: Publish Unit Test Coverage Report
107-
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
107+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
108108
if: ${{ inputs.enable-unit-tests && !cancelled() }}
109109
with:
110110
name: Unit Test Coverage Report
@@ -158,14 +158,14 @@ jobs:
158158
files: 'junit-e2e.xml'
159159

160160
- name: Publish E2E Coverage Report
161-
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
161+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
162162
if: ${{ inputs.enable-e2e-tests && !cancelled() }}
163163
with:
164164
name: E2E Coverage Report
165165
path: 'coverage/e2e'
166166

167167
- name: Publish Test Reports
168-
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
168+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
169169
if: ${{ inputs.enable-unit-tests && steps.npm-deps.conclusion == 'success' && !cancelled() }}
170170
with:
171171
name: Test Reports

0 commit comments

Comments
 (0)
Please sign in to comment.