Skip to content

Commit 043efcf

Browse files
chore(deps): bump actions/upload-artifact from 4.4.3 to 4.5.0 (#1002)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8115945 commit 043efcf

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.github/workflows/flow-hugo-publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108

109109
# Upload the built site to artifacts for troubleshooting or verification
110110
- name: Upload Artifact
111-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
111+
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
112112
if: ${{ !endsWith(github.ref, 'main') }}
113113
with:
114114
path: ./docs/public

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -458,7 +458,7 @@ jobs:
458458
echo "::endgroup::"
459459
460460
- name: Publish Snyk Reports
461-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
461+
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
462462
if: ${{ inputs.enable-snyk-scan && !cancelled() && !failure() }}
463463
with:
464464
name: Snyk Reports

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -184,15 +184,15 @@ jobs:
184184
185185
- name: Upload E2E Logs to GitHub
186186
if: ${{ !cancelled() }}
187-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
187+
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
188188
with:
189189
name: solo-${{ inputs.npm-test-script }}.log
190190
path: ~/.solo/logs/*
191191
overwrite: true
192192
if-no-files-found: error
193193

194194
- name: Upload E2E Test Report
195-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
195+
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
196196
if: ${{ steps.npm-deps.conclusion == 'success' && !cancelled() }}
197197
with:
198198
name: e2e_test_report_${{ inputs.npm-test-script }}
@@ -201,7 +201,7 @@ jobs:
201201
if-no-files-found: error
202202

203203
- name: Publish E2E Coverage Report
204-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
204+
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
205205
if: ${{ !cancelled() }}
206206
with:
207207
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
@@ -93,14 +93,14 @@ jobs:
9393
files: "junit.xml"
9494

9595
- name: Publish Unit Test Coverage Report
96-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
96+
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
9797
if: ${{ runner.os == 'linux' && !cancelled() }}
9898
with:
9999
name: Unit Test Coverage Report
100100
path: 'coverage/unit'
101101

102102
- name: Publish Test Reports
103-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
103+
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
104104
if: ${{ runner.os == 'linux' && steps.npm-deps.conclusion == 'success' && !cancelled() }}
105105
with:
106106
name: Test Reports

0 commit comments

Comments
 (0)