We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46a4263 commit 1b75c22Copy full SHA for 1b75c22
.github/workflows/build.yaml
@@ -18,7 +18,7 @@ jobs:
18
19
steps:
20
- name: Checkout
21
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
22
23
- name: Set up JDK 17
24
uses: actions/setup-java@v3
@@ -32,7 +32,7 @@ jobs:
32
./gradlew buildPlugin
33
34
- name: Upload artifact
35
- uses: actions/upload-artifact@v3.1.0
+ uses: actions/upload-artifact@v4
36
with:
37
name: v${{ env.CI_BUILD_VERSION }}
38
path: build/distributions/*.zip
build.gradle.kts
@@ -42,7 +42,7 @@ val buildDataList = listOf(
42
ideaSDKShortVersion = "242",
43
ideaSDKVersion = "2024.2",
44
sinceBuild = "233",
45
- untilBuild = "243.*",
+ untilBuild = "251.*",
46
)
47
48
0 commit comments