Skip to content

Commit 7f4f7f9

Browse files
chore(deps): Bump actions/upload-artifact from 4.3.4 to 4.3.6 (#466)
1 parent 957a53e commit 7f4f7f9

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ jobs:
274274
echo "::endgroup::"
275275
276276
- name: Publish Snyk Reports
277-
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
277+
uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
278278
if: ${{ inputs.enable-snyk-scan && !cancelled() && !failure() }}
279279
with:
280280
name: Snyk Reports

.github/workflows/zxc-e2e-test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ jobs:
179179
180180
- name: Upload E2E Logs to GitHub
181181
if: ${{ !cancelled() }}
182-
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
182+
uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
183183
with:
184184
name: solo-${{ inputs.npm-test-script }}.log
185185
path: ~/.solo/logs/*
@@ -195,7 +195,7 @@ jobs:
195195
files: "junit-${{ inputs.coverage-subdirectory }}.xml"
196196

197197
- name: Publish E2E Coverage Report
198-
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
198+
uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
199199
if: ${{ !cancelled() }}
200200
with:
201201
name: ${{ inputs.coverage-report-name }}

.github/workflows/zxc-unit-test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,14 +87,14 @@ jobs:
8787
files: "junit.xml"
8888

8989
- name: Publish Unit Test Coverage Report
90-
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
90+
uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
9191
if: ${{ runner.os == 'linux' && !cancelled() }}
9292
with:
9393
name: Unit Test Coverage Report
9494
path: 'coverage/unit'
9595

9696
- name: Publish Test Reports
97-
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
97+
uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
9898
if: ${{ runner.os == 'linux' && steps.npm-deps.conclusion == 'success' && !cancelled() }}
9999
with:
100100
name: Test Reports

0 commit comments

Comments
 (0)