File tree Expand file tree Collapse file tree 2 files changed +12
-3
lines changed Expand file tree Collapse file tree 2 files changed +12
-3
lines changed Original file line number Diff line number Diff line change
1
+
2
+ version : 2
3
+ updates :
4
+ - package-ecosystem : " npm"
5
+ directory : " /admin-ui"
6
+ schedule :
7
+ interval : " daily"
8
+ target-branch : " develop"
9
+ open-pull-requests-limit : 50
Original file line number Diff line number Diff line change @@ -119,9 +119,9 @@ jobs:
119
119
## FIND JARS & COPY ONLY EXECUTABLE JARs STORED UNDER TARGET DIRECTORY
120
120
find ${{ env.SERVICE_LOCATION }} -path '*/target/*' -name '*.jar' -type f -exec zip ${{ env.BUILD_ARTIFACT }}.zip {} +
121
121
122
- - name : Upload the springboot jars
122
+ - name : upload the springboot jars
123
123
if : ${{ !contains(github.ref, 'master') || !contains(github.ref, 'main') }}
124
- uses : actions/upload-artifact@v3
124
+ uses : actions/upload-artifact@v4
125
125
with :
126
126
name : ${{ env.BUILD_ARTIFACT }}
127
127
path : ${{ env.BUILD_ARTIFACT }}.zip
@@ -171,4 +171,4 @@ jobs:
171
171
OSSRH_SECRET : ${{ secrets.OSSRH_SECRET }}
172
172
OSSRH_TOKEN : ${{ secrets.OSSRH_TOKEN }}
173
173
GPG_SECRET : ${{ secrets.GPG_SECRET }}
174
- SLACK_WEBHOOK_URL : ${{ secrets.SLACK_WEBHOOK }}
174
+ SLACK_WEBHOOK_URL : ${{ secrets.SLACK_WEBHOOK }}
You can’t perform that action at this time.
0 commit comments