Skip to content

Commit

Permalink
Merge pull request #355 from Prafulrakhade/develop
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 ea8fa6c + d383413 commit 9998f51
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 @@ -121,7 +121,7 @@ jobs:
- 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 9998f51

Please sign in to comment.