mirror of
https://github.com/JetBrains/intellij-platform-plugin-template.git
synced 2026-09-22 11:54:40 +00:00
Dependencies (GitHub Actions) - upgrade actions/upload-artifact to v7
This commit is contained in:
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@@ -59,7 +59,7 @@ jobs:
|
||||
|
||||
# Store an already-built plugin as an artifact for downloading
|
||||
- name: Upload artifact
|
||||
uses: actions/upload-artifact@v6
|
||||
uses: actions/upload-artifact@v7
|
||||
with:
|
||||
name: plugin-distribution
|
||||
path: ./build/distributions/*.zip
|
||||
@@ -102,7 +102,7 @@ jobs:
|
||||
# Collect Tests Result of failed tests
|
||||
- name: Collect Tests Result
|
||||
if: ${{ failure() }}
|
||||
uses: actions/upload-artifact@v6
|
||||
uses: actions/upload-artifact@v7
|
||||
with:
|
||||
name: tests-result
|
||||
path: ${{ github.workspace }}/build/reports/tests
|
||||
@@ -145,7 +145,7 @@ jobs:
|
||||
# Collect Plugin Verifier Result
|
||||
- name: Collect Plugin Verifier Result
|
||||
if: ${{ always() }}
|
||||
uses: actions/upload-artifact@v6
|
||||
uses: actions/upload-artifact@v7
|
||||
with:
|
||||
name: pluginVerifier-result
|
||||
path: ${{ github.workspace }}/build/reports/pluginVerifier
|
||||
|
||||
@@ -10,9 +10,10 @@
|
||||
|
||||
### Changed
|
||||
|
||||
- Upgrade Gradle Wrapper to `9.5.0`
|
||||
- Dependencies - upgrade `org.jetbrains.intellij.platform` to `2.16.0`
|
||||
- Dependencies - upgrade IntelliJ IDEA to `2025.2.6.2`
|
||||
- Upgrade Gradle Wrapper to `9.5.0`
|
||||
- Dependencies (GitHub Actions) - upgrade `actions/upload-artifact` to `v7`
|
||||
- GitHub Actions - simplify plugin artifact upload in GitHub Actions workflow
|
||||
|
||||
### Removed
|
||||
|
||||
Reference in New Issue
Block a user