Skip to content

Commit

Permalink
[MOSIP-35892] Updated download-artifact version
Browse files Browse the repository at this point in the history
Signed-off-by: Rakshith B <[email protected]>
  • Loading branch information
Rakshithb1 authored Oct 28, 2024
1 parent 27ea5e0 commit a791f11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push-trigger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
settings-path: ${{ github.workspace }} # location for the settings.xml file

- name: Download kafka-admin-client artifact
uses: actions/download-artifact@v1
uses: actions/download-artifact@v3
with:
name: ${{ env.KAFKA_ADMIN_BUILD_ARTIFACT }}
path: ./
Expand Down Expand Up @@ -160,7 +160,7 @@ jobs:
server-id: ossrh # Value of the distributionManagement/repository/id field of the pom.xml
settings-path: ${{ github.workspace }} # location for the settings.xml file
- name: Download kafka-admin-client artifact
uses: actions/download-artifact@v1
uses: actions/download-artifact@v3
with:
name: ${{ env.KAFKA_ADMIN_BUILD_ARTIFACT }}
path: ./
Expand Down

0 comments on commit a791f11

Please sign in to comment.