diff --git a/.github/workflows/PublishRelease.yaml b/.github/workflows/PublishRelease.yaml index 9ac9428..93bc5b1 100644 --- a/.github/workflows/PublishRelease.yaml +++ b/.github/workflows/PublishRelease.yaml @@ -53,7 +53,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 - name: Download sovrin 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 @@ -61,7 +61,7 @@ jobs: name: sovrin-deb path: artifacts/sovrin-deb - name: Download sovrin 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