We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fb0a3a commit af4c8b1Copy full SHA for af4c8b1
2 files changed
.github/workflows/dev-deploy.yaml
@@ -52,7 +52,7 @@ jobs:
52
53
- name: Upload Boot Jar (Linux)
54
if: matrix.os == 'ubuntu-latest'
55
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v7
56
with:
57
name: boot
58
path: boot/build/libs/*.jar
.github/workflows/release.yaml
@@ -65,7 +65,7 @@ jobs:
65
run: ./gradlew :boot:bootjar -x test
66
67
- name: Upload Boot Jar
68
69
70
71
0 commit comments