Skip to content

Commit

Permalink
Merge pull request #1391 from mosip/Prafulrakhade-patch-1
Browse files Browse the repository at this point in the history
[DSD-7086] Updated upload artifact version push-trigger.yml
  • Loading branch information
ckm007 authored Jan 23, 2025
2 parents b18d434 + 10fac29 commit 093bd5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push-trigger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ jobs:
find ${{ env.SERVICE_LOCATION }} -path '*/target/*' -exec zip ${{ env.BUILD_ARTIFACT }}.zip {} +
- name: Upload the springboot jars
if: ${{ !contains(github.ref, 'master') || !contains(github.ref, 'main') }}
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ${{ env.BUILD_ARTIFACT }}
path: ${{ env.BUILD_ARTIFACT }}.zip
Expand Down

0 comments on commit 093bd5a

Please sign in to comment.