We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd7785b commit fbd9a6aCopy full SHA for fbd9a6a
1 file changed
.github/workflows/ci.yml
@@ -34,7 +34,7 @@ jobs:
34
run: mkdir staging && cp build/libs/*.jar staging
35
36
- name: Upload a Build Artifact
37
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
38
with:
39
name: Preview Build (Do not report bugs for this build)
40
path: staging
0 commit comments