Skip to content

Commit 90dfe9c

Browse files
committed
fix: update artifact version
1 parent ce9aacb commit 90dfe9c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -124,14 +124,14 @@ jobs:
124124
# Collect Tests Result of failed tests
125125
- name: Collect Tests Result
126126
if: ${{ failure() }}
127-
uses: actions/upload-artifact@v3
127+
uses: actions/upload-artifact@v4
128128
with:
129129
name: tests-result
130130
path: ${{ github.workspace }}/build/reports/tests
131131

132132
# Upload the Kover report to CodeCov
133133
- name: Upload Code Coverage Report
134-
uses: codecov/codecov-action@v3
134+
uses: codecov/codecov-action@v4
135135
with:
136136
files: ${{ github.workspace }}/build/reports/kover/report.xml
137137

@@ -215,7 +215,7 @@ jobs:
215215
# Collect Plugin Verifier Result
216216
- name: Collect Plugin Verifier Result
217217
if: ${{ always() }}
218-
uses: actions/upload-artifact@v3
218+
uses: actions/upload-artifact@v4
219219
with:
220220
name: pluginVerifier-result
221221
path: ${{ github.workspace }}/build/reports/pluginVerifier

0 commit comments

Comments
 (0)