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 e1432d2 commit 15ebbeaCopy full SHA for 15ebbea
.github/workflows/build.yml
@@ -18,7 +18,7 @@ jobs:
18
- name: "Clean Build"
19
run: "./gradlew clean build"
20
- name : "Archive Artifacts"
21
- uses : "actions/upload-artifact@v4"
+ uses : "actions/upload-artifact@v5"
22
with :
23
name : "HeadDatabase-API-SNAPSHOT"
24
path : "build/libs/*.jar"
0 commit comments