Skip to content

Commit 30efe2b

Browse files
chore(deps): bump actions/upload-artifact from 5.0.0 to 6.0.0 (#1096)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 61f2a3b commit 30efe2b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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

Lines changed: 1 addition & 1 deletion
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@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
182+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
183183
if: ${{ inputs.enable-snyk-scan && !cancelled() && !failure() }}
184184
with:
185185
name: Snyk Reports

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ jobs:
114114
files: 'junit.xml'
115115

116116
- name: Publish Unit Test Coverage Report
117-
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
117+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
118118
if: ${{ inputs.enable-unit-tests && !cancelled() }}
119119
with:
120120
name: Unit Test Coverage Report
@@ -171,14 +171,14 @@ jobs:
171171
files: 'junit-integration.xml'
172172

173173
- name: Publish Integration Coverage Report
174-
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
174+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
175175
if: ${{ inputs.enable-integration-tests && !cancelled() }}
176176
with:
177177
name: Integration Coverage Report
178178
path: 'coverage/integration'
179179

180180
- name: Publish Test Reports
181-
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
181+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
182182
if: ${{ inputs.enable-unit-tests && steps.npm-deps.conclusion == 'success' && !cancelled() }}
183183
with:
184184
name: Test Reports

0 commit comments

Comments
 (0)