Skip to content

Commit e0a8ed7

Browse files
authored
chore: Update upload-artifact version
Update upload-artifact version to v4 from v3. (build_main.yml)
1 parent 62ecf3c commit e0a8ed7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build_main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
# Collect Tests Result of failed tests
8484
- name: Collect Tests Result
8585
if: ${{ failure() }}
86-
uses: actions/upload-artifact@v3
86+
uses: actions/upload-artifact@v4
8787
with:
8888
name: tests-result
8989
path: ${{ github.workspace }}/build/reports/tests
@@ -108,7 +108,7 @@ jobs:
108108
# Collect Plugin Verifier Result
109109
- name: Collect Plugin Verifier Result
110110
if: ${{ always() }}
111-
uses: actions/upload-artifact@v3
111+
uses: actions/upload-artifact@v4
112112
with:
113113
name: pluginVerifier-result
114114
path: ${{ github.workspace }}/build/reports/pluginVerifier
@@ -130,7 +130,7 @@ jobs:
130130
131131
# Store already-built plugin as an artifact for downloading
132132
- name: Upload artifact
133-
uses: actions/upload-artifact@v3
133+
uses: actions/upload-artifact@v4
134134
with:
135135
name: ${{ steps.artifact.outputs.filename }}
136136
path: ./build/distributions/content/*/*

0 commit comments

Comments
 (0)