From 45ed887cbbd2f3005d4f31ec26afccc2e4be51f4 Mon Sep 17 00:00:00 2001 From: Wade Barnes Date: Mon, 10 Jun 2024 08:02: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 ef0b9faf..4c28af32 100644 --- a/.github/workflows/publishRelease.yaml +++ b/.github/workflows/publishRelease.yaml @@ -54,7 +54,7 @@ jobs: uses: actions/checkout@v4 - name: Download sovtoken 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 @@ -62,7 +62,7 @@ jobs: name: sovtoken-deb path: artifacts/sovtoken-deb - name: Download sovtokenfees 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 @@ -70,7 +70,7 @@ jobs: name: sovtokenfees-deb path: artifacts/sovtokenfees-deb - name: Download sovtoken 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 @@ -78,7 +78,7 @@ jobs: name: sovtoken-python path: artifacts/sovtoken-python - name: Download sovtokenfees 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