From a259d580e13bd28d33e1a3e880668afc2f339412 Mon Sep 17 00:00:00 2001 From: Wade Barnes Date: Mon, 10 Jun 2024 08:16:59 -0700 Subject: [PATCH] Update action-download-artifact actions - Update to the latest version of action-download-artifact. - Do not update the indy-shared-gha actions to v2 on the 20.04 branch. v2 is for the 22.04 branch. Signed-off-by: Wade Barnes --- .github/workflows/publishRelease.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 }}"}'