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 c66bfff commit 31a176aCopy full SHA for 31a176a
.github/workflows/maven-build.yml
@@ -22,7 +22,7 @@ jobs:
22
- name: Build with Maven
23
run: mvn -B package
24
- name: Upload artifact
25
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
26
with:
27
name: "BetterGUI"
28
path: "./target/bettergui*.jar"
.github/workflows/maven-release.yml
@@ -27,7 +27,7 @@ jobs:
run: mvn -B install javadoc:javadoc
29
30
31
32
33
path: |
0 commit comments