File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 8282 # Collect Tests Result of failed tests
8383 - name : Collect Tests Result
8484 if : ${{ failure() }}
85- uses : actions/upload-artifact@v3
85+ uses : actions/upload-artifact@v4
8686 with :
8787 name : tests-result
8888 path : ${{ github.workspace }}/build/reports/tests
@@ -107,7 +107,7 @@ jobs:
107107 # Collect Plugin Verifier Result
108108 - name : Collect Plugin Verifier Result
109109 if : ${{ always() }}
110- uses : actions/upload-artifact@v3
110+ uses : actions/upload-artifact@v4
111111 with :
112112 name : pluginVerifier-result
113113 path : ${{ github.workspace }}/build/reports/pluginVerifier
@@ -129,7 +129,7 @@ jobs:
129129
130130 # Store already-built plugin as an artifact for downloading
131131 - name : Upload artifact
132- uses : actions/upload-artifact@v3
132+ uses : actions/upload-artifact@v4
133133 with :
134134 name : ${{ steps.artifact.outputs.filename }}
135135 path : ./build/distributions/content/*/*
Original file line number Diff line number Diff line change @@ -4,11 +4,11 @@ pluginGroup = com.huayi.intellijplatform.gitstats
44pluginName = GitStats
55pluginRepositoryUrl = https://github.com/zhensherlock/intellij-platform-git-stats-plugin
66# SemVer format -> https://semver.org
7- pluginVersion = 0.6.1
7+ pluginVersion = 0.6.2
88
99# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
1010pluginSinceBuild = 221
11- pluginUntilBuild = 243 .*
11+ pluginUntilBuild = 251 .*
1212
1313# IntelliJ Platform Properties -> https://plugins.jetbrains.com/docs/intellij/tools-gradle-intellij-plugin.html#configuration-intellij-extension
1414platformType = IC
You can’t perform that action at this time.
0 commit comments