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 @@ -122,7 +122,7 @@ jobs:
122
122
123
123
# Store already-built plugin as an artifact for downloading
124
124
- name : Upload artifact
125
- uses : actions/upload-artifact@v4.3.2
125
+ uses : actions/upload-artifact@v4.3.3
126
126
with :
127
127
name : ${{ steps.artifact.outputs.filename }}
128
128
path : ./build/distributions/content/*/*
@@ -156,7 +156,7 @@ jobs:
156
156
# Collect Tests Result of failed tests
157
157
- name : Collect Tests Result
158
158
if : ${{ failure() }}
159
- uses : actions/upload-artifact@v4.3.2
159
+ uses : actions/upload-artifact@v4.3.3
160
160
with :
161
161
name : tests-result
162
162
path : ${{ github.workspace }}/build/reports/tests
@@ -236,7 +236,7 @@ jobs:
236
236
# Collect Plugin Verifier Result
237
237
- name : Collect Plugin Verifier Result
238
238
if : ${{ always() }}
239
- uses : actions/upload-artifact@v4.3.2
239
+ uses : actions/upload-artifact@v4.3.3
240
240
with :
241
241
name : pluginVerifier-result
242
242
path : ${{ github.workspace }}/build/reports/pluginVerifier
You can’t perform that action at this time.
0 commit comments