File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 88
88
89
89
# Store already-built plugin as an artifact for downloading
90
90
- name : Upload artifact
91
- uses : actions/upload-artifact@v3
91
+ uses : actions/upload-artifact@v4
92
92
with :
93
93
name : ${{ steps.artifact.outputs.filename }}
94
94
path : ./build/distributions/content/*/*
@@ -124,7 +124,7 @@ jobs:
124
124
# Collect Tests Result of failed tests
125
125
- name : Collect Tests Result
126
126
if : ${{ failure() }}
127
- uses : actions/upload-artifact@v3
127
+ uses : actions/upload-artifact@v4
128
128
with :
129
129
name : tests-result
130
130
path : ${{ github.workspace }}/build/reports/tests
@@ -215,7 +215,7 @@ jobs:
215
215
# Collect Plugin Verifier Result
216
216
- name : Collect Plugin Verifier Result
217
217
if : ${{ always() }}
218
- uses : actions/upload-artifact@v3
218
+ uses : actions/upload-artifact@v4
219
219
with :
220
220
name : pluginVerifier-result
221
221
path : ${{ github.workspace }}/build/reports/pluginVerifier
You can’t perform that action at this time.
0 commit comments