Skip to content

Commit

Permalink
MOSIP-36852 - github actions fix - update actions/upload-artifact to …
Browse files Browse the repository at this point in the history
…version 4

Signed-off-by: Youssef MAHTAT <[email protected]>
  • Loading branch information
ymahtat-dev committed Jan 22, 2025
1 parent 3525379 commit f1292e3
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 @@ -153,7 +153,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 f1292e3

Please sign in to comment.