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 82
82
# Collect Tests Result of failed tests
83
83
- name : Collect Tests Result
84
84
if : ${{ failure() }}
85
- uses : actions/upload-artifact@v3
85
+ uses : actions/upload-artifact@v4
86
86
with :
87
87
name : tests-result
88
88
path : ${{ github.workspace }}/build/reports/tests
@@ -107,7 +107,7 @@ jobs:
107
107
# Collect Plugin Verifier Result
108
108
- name : Collect Plugin Verifier Result
109
109
if : ${{ always() }}
110
- uses : actions/upload-artifact@v3
110
+ uses : actions/upload-artifact@v4
111
111
with :
112
112
name : pluginVerifier-result
113
113
path : ${{ github.workspace }}/build/reports/pluginVerifier
@@ -129,7 +129,7 @@ jobs:
129
129
130
130
# Store already-built plugin as an artifact for downloading
131
131
- name : Upload artifact
132
- uses : actions/upload-artifact@v3
132
+ uses : actions/upload-artifact@v4
133
133
with :
134
134
name : ${{ steps.artifact.outputs.filename }}
135
135
path : ./build/distributions/content/*/*
Original file line number Diff line number Diff line change @@ -4,11 +4,11 @@ pluginGroup = com.huayi.intellijplatform.gitstats
4
4
pluginName = GitStats
5
5
pluginRepositoryUrl = https://github.com/zhensherlock/intellij-platform-git-stats-plugin
6
6
# SemVer format -> https://semver.org
7
- pluginVersion = 0.6.1
7
+ pluginVersion = 0.6.2
8
8
9
9
# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
10
10
pluginSinceBuild = 221
11
- pluginUntilBuild = 243 .*
11
+ pluginUntilBuild = 251 .*
12
12
13
13
# IntelliJ Platform Properties -> https://plugins.jetbrains.com/docs/intellij/tools-gradle-intellij-plugin.html#configuration-intellij-extension
14
14
platformType = IC
You can’t perform that action at this time.
0 commit comments