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 753caf3 commit cc72dfdCopy full SHA for cc72dfd
.github/workflows/build.yml
@@ -52,7 +52,7 @@ jobs:
52
run: ./gradlew buildPlugin
53
54
- name: Upload JAR
55
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
56
with:
57
name: "Catppuccin Theme-Snapshot.jar"
58
path: build/libs/*.jar
.github/workflows/publish.yml
@@ -58,7 +58,7 @@ jobs:
59
60
61
62
63
name: ${{ env.name }}-${{ env.version }}.jar
64
0 commit comments