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 7e82442 commit 0669ce8Copy full SHA for 0669ce8
.github/workflows/build.yml
@@ -77,7 +77,7 @@ jobs:
77
78
- name: 📦 Upload Plugin artifact
79
if: steps.gradle-build.outcome == 'success'
80
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
81
with:
82
name: plugin-artifacts.zip
83
path: |
@@ -88,7 +88,7 @@ jobs:
88
89
- name: 📄 Upload Version Catalog
90
91
92
93
name: libs.versions.toml
94
path: catalog/build/version-catalog/libs.versions.toml
0 commit comments