diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index d17bdba..c56d820 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -28,7 +28,7 @@ jobs: if: ${{ steps.release.outputs.release_created }} - name: Download artifacts from CI - uses: dawidd6/action-download-artifact@v20 + uses: dawidd6/action-download-artifact@v21 if: ${{ steps.release.outputs.release_created }} with: github_token: ${{ secrets.GITHUB_TOKEN }}