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 3c2ae7e commit 5982b98Copy full SHA for 5982b98
1 file changed
.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@v5"
+ uses : "actions/upload-artifact@v6"
22
with :
23
name : "HeadDatabase-API-SNAPSHOT"
24
path : "build/libs/*.jar"
0 commit comments