diff --git a/.github/workflows/publishRelease.yaml b/.github/workflows/publishRelease.yaml index f8d12c8e7..7f0f97a2c 100644 --- a/.github/workflows/publishRelease.yaml +++ b/.github/workflows/publishRelease.yaml @@ -50,7 +50,7 @@ jobs: uses: actions/checkout@v4 - name: Download Node deb Artifacts from Github Action Artifacts - uses: dawidd6/action-download-artifact@v3 + uses: dawidd6/action-download-artifact@v5 with: github_token: ${{ secrets.GITHUB_TOKEN }} workflow: releasepr.yaml @@ -58,7 +58,7 @@ jobs: name: indy_node-deb path: artifacts/indy_node-deb - name: Download Node python Artifacts from Github Action Artifacts - uses: dawidd6/action-download-artifact@v3 + uses: dawidd6/action-download-artifact@v5 with: github_token: ${{ secrets.GITHUB_TOKEN }} workflow: releasepr.yaml @@ -66,7 +66,7 @@ jobs: name: indy_node-python path: artifacts/indy_node-python - name: Download Node third party dependency Artifacts from Github Action Artifacts - uses: dawidd6/action-download-artifact@v3 + uses: dawidd6/action-download-artifact@v5 with: github_token: ${{ secrets.GITHUB_TOKEN }} workflow: releasepr.yaml @@ -149,4 +149,4 @@ jobs: token: ${{ secrets.BOT_PR_PAT }} repository: sovrin-foundation/token-plugin event-type: update-token-plugin - client-payload: '{"pyVersion": "${{ needs.convertPyVersion.outputs.pyVersion }}", "debVersion": "${{ steps.conversion.outputs.debVersion }}", "email":"${{ github.event.pusher.email }}"}' \ No newline at end of file + client-payload: '{"pyVersion": "${{ needs.convertPyVersion.outputs.pyVersion }}", "debVersion": "${{ steps.conversion.outputs.debVersion }}", "email":"${{ github.event.pusher.email }}"}'