mirror of
https://github.com/JetBrains/intellij-platform-plugin-template.git
synced 2024-10-27 20:44:05 +00:00
Dependencies (GitHub Actions) - upgrade actions/upload-artifact
to 4
This commit is contained in:
parent
ae35708299
commit
254cd19ae8
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@ -92,7 +92,7 @@ jobs:
|
|||||||
|
|
||||||
# Store already-built plugin as an artifact for downloading
|
# Store already-built plugin as an artifact for downloading
|
||||||
- name: Upload artifact
|
- name: Upload artifact
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: ${{ steps.artifact.outputs.filename }}
|
name: ${{ steps.artifact.outputs.filename }}
|
||||||
path: ./build/distributions/content/*/*
|
path: ./build/distributions/content/*/*
|
||||||
@ -128,7 +128,7 @@ jobs:
|
|||||||
# Collect Tests Result of failed tests
|
# Collect Tests Result of failed tests
|
||||||
- name: Collect Tests Result
|
- name: Collect Tests Result
|
||||||
if: ${{ failure() }}
|
if: ${{ failure() }}
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: tests-result
|
name: tests-result
|
||||||
path: ${{ github.workspace }}/build/reports/tests
|
path: ${{ github.workspace }}/build/reports/tests
|
||||||
@ -219,7 +219,7 @@ jobs:
|
|||||||
# Collect Plugin Verifier Result
|
# Collect Plugin Verifier Result
|
||||||
- name: Collect Plugin Verifier Result
|
- name: Collect Plugin Verifier Result
|
||||||
if: ${{ always() }}
|
if: ${{ always() }}
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: pluginVerifier-result
|
name: pluginVerifier-result
|
||||||
path: ${{ github.workspace }}/build/reports/pluginVerifier
|
path: ${{ github.workspace }}/build/reports/pluginVerifier
|
||||||
|
@ -11,6 +11,7 @@
|
|||||||
- Dependencies - upgrade `org.jetbrains.kotlin.jvm` to `1.9.23`
|
- Dependencies - upgrade `org.jetbrains.kotlin.jvm` to `1.9.23`
|
||||||
- Dependencies - upgrade `org.jetbrains.kotlinx.kover` to `0.7.6`
|
- Dependencies - upgrade `org.jetbrains.kotlinx.kover` to `0.7.6`
|
||||||
- Dependencies - upgrade `org.jetbrains.qodana` to `2023.3.1`
|
- Dependencies - upgrade `org.jetbrains.qodana` to `2023.3.1`
|
||||||
|
- Dependencies (GitHub Actions) - upgrade `actions/upload-artifact` to `4`
|
||||||
- Gradle - upgrade `org.gradle.toolchains.foojay-resolver-convention` to `0.8.0`
|
- Gradle - upgrade `org.gradle.toolchains.foojay-resolver-convention` to `0.8.0`
|
||||||
- Gradle - cleanup the `jvmToolchain` setup
|
- Gradle - cleanup the `jvmToolchain` setup
|
||||||
- Run Configurations - `Run Qodana` runs the `qodanaScan` Gradle task
|
- Run Configurations - `Run Qodana` runs the `qodanaScan` Gradle task
|
||||||
|
Loading…
Reference in New Issue
Block a user