Skip to content

Commit 084d7e5

Browse files
authored
Merge pull request #17 from ByteAurora/feature/update-support-ide-version
chore: Update gradle.properties for support latest ide version
2 parents bdd23f0 + e0a8ed7 commit 084d7e5

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/build_develop.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
# Collect Tests Result of failed tests
8484
- name: Collect Tests Result
8585
if: ${{ failure() }}
86-
uses: actions/upload-artifact@v3
86+
uses: actions/upload-artifact@v4
8787
with:
8888
name: tests-result
8989
path: ${{ github.workspace }}/build/reports/tests
@@ -92,4 +92,4 @@ jobs:
9292
- name: Upload Code Coverage Report
9393
uses: codecov/codecov-action@v3
9494
with:
95-
files: ${{ github.workspace }}/build/reports/kover/xml/report.xml
95+
files: ${{ github.workspace }}/build/reports/kover/xml/report.xml

.github/workflows/build_main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
# Collect Tests Result of failed tests
8484
- name: Collect Tests Result
8585
if: ${{ failure() }}
86-
uses: actions/upload-artifact@v3
86+
uses: actions/upload-artifact@v4
8787
with:
8888
name: tests-result
8989
path: ${{ github.workspace }}/build/reports/tests
@@ -108,7 +108,7 @@ jobs:
108108
# Collect Plugin Verifier Result
109109
- name: Collect Plugin Verifier Result
110110
if: ${{ always() }}
111-
uses: actions/upload-artifact@v3
111+
uses: actions/upload-artifact@v4
112112
with:
113113
name: pluginVerifier-result
114114
path: ${{ github.workspace }}/build/reports/pluginVerifier
@@ -130,7 +130,7 @@ jobs:
130130
131131
# Store already-built plugin as an artifact for downloading
132132
- name: Upload artifact
133-
uses: actions/upload-artifact@v3
133+
uses: actions/upload-artifact@v4
134134
with:
135135
name: ${{ steps.artifact.outputs.filename }}
136136
path: ./build/distributions/content/*/*

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ pluginVersion=2.0.2
88

99
# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
1010
pluginSinceBuild = 232
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
1414
platformType = IC

0 commit comments

Comments
 (0)