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 9090 echo "filename=${FILENAME:0:-4}" >> $GITHUB_OUTPUT
9191 -
9292 name : Upload artifact
93- uses : actions/upload-artifact@v5
93+ uses : actions/upload-artifact@v6
9494 with :
9595 name : ${{ steps.artifact.outputs.filename }}
9696 path : ./build/distributions/content/*/*
@@ -169,7 +169,7 @@ jobs:
169169 -
170170 name : Upload result
171171 if : failure()
172- uses : actions/upload-artifact@v5
172+ uses : actions/upload-artifact@v6
173173 with :
174174 name : tests-result
175175 path : ${{ github.workspace }}/build/reports/tests
@@ -247,7 +247,7 @@ jobs:
247247 -
248248 name : Upload result
249249 if : always()
250- uses : actions/upload-artifact@v5
250+ uses : actions/upload-artifact@v6
251251 with :
252252 name : pluginVerifier-result
253253 path : ${{ github.workspace }}/build/reports/pluginVerifier
You can’t perform that action at this time.
0 commit comments