File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 8484
8585 # Store already-built plugin as an artifact for downloading
8686 - name : Upload artifact
87- uses : actions/upload-artifact@v5
87+ uses : actions/upload-artifact@v6
8888 with :
8989 name : ${{ steps.artifact.outputs.filename }}
9090 path : ./build/distributions/content/*/*
@@ -118,7 +118,7 @@ jobs:
118118 # Collect Tests Result of failed tests
119119 - name : Collect Tests Result
120120 if : ${{ failure() }}
121- uses : actions/upload-artifact@v5
121+ uses : actions/upload-artifact@v6
122122 with :
123123 name : tests-result
124124 path : ${{ github.workspace }}/build/reports/tests
@@ -163,7 +163,7 @@ jobs:
163163
164164 # Run Qodana inspections
165165 - name : Qodana - Code Inspection
166- uses : JetBrains/qodana-action@v2025.2
166+ uses : JetBrains/qodana-action@v2025.3
167167 with :
168168 cache-default-branch-only : true
169169
@@ -210,7 +210,7 @@ jobs:
210210 # Collect Plugin Verifier Result
211211 - name : Collect Plugin Verifier Result
212212 if : ${{ always() }}
213- uses : actions/upload-artifact@v5
213+ uses : actions/upload-artifact@v6
214214 with :
215215 name : pluginVerifier-result
216216 path : ${{ github.workspace }}/build/reports/pluginVerifier
Original file line number Diff line number Diff line change @@ -6,9 +6,9 @@ opentest4j = "1.3.0"
66# plugins
77changelog = " 2.5.0"
88intelliJPlatform = " 2.10.5"
9- kotlin = " 2.2.21 "
9+ kotlin = " 2.3.0 "
1010kover = " 0.9.4"
11- qodana = " 2025.2.4 "
11+ qodana = " 2025.3.1 "
1212grammarkit = " 2023.3.0.1"
1313
1414[libraries ]
You can’t perform that action at this time.
0 commit comments